feat: vaults (#927)

* feat: vaults
This commit is contained in:
Mo
2022-03-21 14:38:05 -05:00
committed by GitHub
parent 9f032f13c2
commit 57469d6b2d
8 changed files with 167 additions and 32 deletions

View File

@@ -27,6 +27,8 @@ import {
EmailIcon,
EyeIcon,
EyeOffIcon,
FileIcon,
FolderIcon,
FileDocIcon,
FileImageIcon,
FileMovIcon,
@@ -139,6 +141,8 @@ export const ICONS = {
editor: EditorIcon,
email: EmailIcon,
eye: EyeIcon,
file: FileIcon,
folder: FolderIcon,
hashtag: HashtagIcon,
help: HelpIcon,
history: HistoryIcon,