diff options
Diffstat (limited to 'src/stores/manga.ts')
| -rw-r--r-- | src/stores/manga.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stores/manga.ts b/src/stores/manga.ts index 84b19665..e6637258 100644 --- a/src/stores/manga.ts +++ b/src/stores/manga.ts @@ -1,5 +1,5 @@ -import { persistentStore } from '$lib/Utility/persistentStore'; +import { persistentStore } from "$lib/Utility/persistentStore"; -const manga = persistentStore<string>('manga', ''); +const manga = persistentStore<string>("manga", ""); export default manga; |