diff options
| author | Fuwn <[email protected]> | 2023-09-25 12:42:34 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-25 12:42:34 -0700 |
| commit | a6b49fa034324bca8054ea324f4fb8103fcd2c53 (patch) | |
| tree | d571b56b599e62c7664229f028d5d288168c69f6 /src/routes/tools | |
| parent | fix(settings): temporarily disable height limit (diff) | |
| download | due.moe-a6b49fa034324bca8054ea324f4fb8103fcd2c53.tar.xz due.moe-a6b49fa034324bca8054ea324f4fb8103fcd2c53.zip | |
refactor(history): move to tools
Diffstat (limited to 'src/routes/tools')
| -rw-r--r-- | src/routes/tools/+page.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index 1bf7a4a3..885e491a 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -1,5 +1,5 @@ <script lang="ts"> - import ActivityHistory from '$lib/ActivityHistory.svelte'; + import ActivityHistory from '$lib/Tools/ActivityHistory.svelte'; import { todaysCharacterBirthdays } from '$lib/AniList/character'; export let data; |