diff options
Diffstat (limited to 'src/stores')
| -rw-r--r-- | src/stores/identity.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/identity.ts b/src/stores/identity.ts index 37f8084d..c89df97b 100644 --- a/src/stores/identity.ts +++ b/src/stores/identity.ts @@ -1,5 +1,5 @@ import { browser } from '$app/environment'; -import type { UserIdentity } from '$lib/AniList/identity'; +import type { UserIdentity } from '$lib/Data/AniList/identity'; import { writable } from 'svelte/store'; export const defaultIdentity: UserIdentity = { |