diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-06-10 14:56:07 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-06-10 14:56:07 +0900 |
| commit | b9c64053e885a7358a82bc144c16d7c61ca8d254 (patch) | |
| tree | cf78585f81b329b2329fa9b49685417aed15b7a0 /packages/client/src/scripts/theme-editor.ts | |
| parent | chore: tweak logo (diff) | |
| parent | chore: fix some lints automatically (#8788) (diff) | |
| download | misskey-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.ts | 2 |
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'; |