Move wish tally route

pull/1/head
Made Baruna 2021-03-30 16:49:03 +08:00
parent 41a1d2fdaf
commit 9577155b22
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -1,6 +1,6 @@
<script>
import { t } from 'svelte-i18n';
import { banners } from '../../../data/banners';
import { banners } from '../../data/banners';
import Item from './_item.svelte';
</script>