summaryrefslogtreecommitdiff
path: root/packages/client/src/scripts/theme-editor.ts
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2022-06-21 07:49:52 +0000
committertamaina <tamaina@hotmail.co.jp>2022-06-21 07:49:52 +0000
commitf33654fb9ae562a43745b612a3007c248d988f2b (patch)
tree25b8599f7d28bf02cd0d3970b735d9db5e84742b /packages/client/src/scripts/theme-editor.ts
parentMerge branch 'develop' into pizzax-indexeddb (diff)
parentrefactor(client): use composition api (diff)
downloadmisskey-f33654fb9ae562a43745b612a3007c248d988f2b.tar.gz
misskey-f33654fb9ae562a43745b612a3007c248d988f2b.tar.bz2
misskey-f33654fb9ae562a43745b612a3007c248d988f2b.zip
Merge branch 'develop' into pizzax-indexeddb
Diffstat (limited to 'packages/client/src/scripts/theme-editor.ts')
-rw-r--r--packages/client/src/scripts/theme-editor.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/scripts/theme-editor.ts b/packages/client/src/scripts/theme-editor.ts
index 3d69d2836a..2c917e280d 100644
--- a/packages/client/src/scripts/theme-editor.ts
+++ b/packages/client/src/scripts/theme-editor.ts
@@ -1,4 +1,4 @@
-import { v4 as uuid} from 'uuid';
+import { v4 as uuid } from 'uuid';
import { themeProps, Theme } from './theme';