diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-12 22:07:32 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-12 22:07:32 +0900 |
| commit | faf2c007aab3a096129dd218b44d8f01a6f5ad87 (patch) | |
| tree | 5690287a2b5ca39fa50de22fd28c6825e2d1abc8 /src/client/theme-store.ts | |
| parent | Tweak UI (diff) | |
| download | misskey-faf2c007aab3a096129dd218b44d8f01a6f5ad87.tar.gz misskey-faf2c007aab3a096129dd218b44d8f01a6f5ad87.tar.bz2 misskey-faf2c007aab3a096129dd218b44d8f01a6f5ad87.zip | |
fix bug
Diffstat (limited to 'src/client/theme-store.ts')
| -rw-r--r-- | src/client/theme-store.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/theme-store.ts b/src/client/theme-store.ts index 3793debb9e..f291069692 100644 --- a/src/client/theme-store.ts +++ b/src/client/theme-store.ts @@ -1,6 +1,5 @@ import { api } from '@client/os'; import { $i } from '@client/account'; -import { ColdDeviceStorage } from './store'; import { Theme } from './scripts/theme'; const lsCacheKey = $i ? `themes:${$i.id}` : ''; |