feat: add change editor button (#874)

This commit is contained in:
Aman Harwara
2022-02-17 01:01:54 +05:30
committed by GitHub
parent 7f341c797a
commit 1983b94a49
6 changed files with 169 additions and 18 deletions

View File

@@ -19,6 +19,7 @@ import {
CloudOffIcon,
CodeIcon,
CopyIcon,
DashboardIcon,
DownloadIcon,
EditorIcon,
EmailIcon,
@@ -105,6 +106,7 @@ const ICONS = {
close: CloseIcon,
code: CodeIcon,
copy: CopyIcon,
dashboard: DashboardIcon,
download: DownloadIcon,
editor: EditorIcon,
email: EmailIcon,