diff options
| author | Fuwn <[email protected]> | 2023-12-17 04:44:04 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-17 04:44:04 -0800 |
| commit | ab4ece4894aabba60a08d1158bab95a936aeadee (patch) | |
| tree | f3f8c1a2209cfaba353c75249bb848b46f29260b /src/lib/Tools | |
| parent | refactor(manga): move chapters and volumes (diff) | |
| download | due.moe-ab4ece4894aabba60a08d1158bab95a936aeadee.tar.xz due.moe-ab4ece4894aabba60a08d1158bab95a936aeadee.zip | |
refactor(manga): move time
Diffstat (limited to 'src/lib/Tools')
| -rw-r--r-- | src/lib/Tools/Wrapped.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte index 41f904d9..ed8e700e 100644 --- a/src/lib/Tools/Wrapped.svelte +++ b/src/lib/Tools/Wrapped.svelte @@ -17,7 +17,7 @@ import { page } from '$app/stores'; import { clearAllParameters } from './tool.js'; import { env } from '$env/dynamic/public'; - import { estimatedDayReading } from '$lib/Media/Manga/chapters.js'; + import { estimatedDayReading } from '$lib/Media/Manga/time'; export let user: AniListAuthorisation; |