summaryrefslogtreecommitdiff
path: root/packages/client/src/scripts/theme-editor.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-06-10 14:56:07 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-06-10 14:56:07 +0900
commitb9c64053e885a7358a82bc144c16d7c61ca8d254 (patch)
treecf78585f81b329b2329fa9b49685417aed15b7a0 /packages/client/src/scripts/theme-editor.ts
parentchore: tweak logo (diff)
parentchore: fix some lints automatically (#8788) (diff)
downloadmisskey-b9c64053e885a7358a82bc144c16d7c61ca8d254.tar.gz
misskey-b9c64053e885a7358a82bc144c16d7c61ca8d254.tar.bz2
misskey-b9c64053e885a7358a82bc144c16d7c61ca8d254.zip
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
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';