From 9577155b227edc895e93f3fbb7527adfbc40ef55 Mon Sep 17 00:00:00 2001 From: Made Baruna Date: Tue, 30 Mar 2021 16:49:03 +0800 Subject: [PATCH] Move wish tally route --- src/routes/{wish/tally => wish-tally}/_item.svelte | 6 +++--- src/routes/{wish/tally => wish-tally}/index.svelte | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename src/routes/{wish/tally => wish-tally}/_item.svelte (99%) rename src/routes/{wish/tally => wish-tally}/index.svelte (96%) diff --git a/src/routes/wish/tally/_item.svelte b/src/routes/wish-tally/_item.svelte similarity index 99% rename from src/routes/wish/tally/_item.svelte rename to src/routes/wish-tally/_item.svelte index 481ce391..c79935ff 100644 --- a/src/routes/wish/tally/_item.svelte +++ b/src/routes/wish-tally/_item.svelte @@ -11,9 +11,9 @@ dayjs.extend(duration); dayjs.extend(relativeTime); - import Icon from '../../../components/Icon.svelte'; - import { characters } from '../../../data/characters'; - import { weaponList } from '../../../data/weaponList'; + import Icon from '../../components/Icon.svelte'; + import { characters } from '../../data/characters'; + import { weaponList } from '../../data/weaponList'; const numberFormat = Intl.NumberFormat('en', { maximumFractionDigits: 2, diff --git a/src/routes/wish/tally/index.svelte b/src/routes/wish-tally/index.svelte similarity index 96% rename from src/routes/wish/tally/index.svelte rename to src/routes/wish-tally/index.svelte index e8218adb..edf815f4 100644 --- a/src/routes/wish/tally/index.svelte +++ b/src/routes/wish-tally/index.svelte @@ -1,6 +1,6 @@