invite email modal added

This commit is contained in:
Anik Ghosh
2022-03-15 01:24:14 +05:30
parent 1b387f7564
commit ab01ff249d
5 changed files with 275 additions and 0 deletions

View File

@@ -88,3 +88,10 @@ export const ECDSAEncryptionType = {
ES384: 'ES384',
ES512: 'ES512',
};
export const csvDemoData = `email
lakhan.demo@contentment.org
john@gmail.com
anik@contentment.org
harry@potter.com
anikgh89@gmail.com`;