chore: reorganize timeline into view/ and detail/ folders, move home.png to assets/

This commit is contained in:
haerikimmm
2026-06-16 19:41:08 +09:00
parent 93636b6968
commit 2226a483c5
15 changed files with 27 additions and 27 deletions

View File

@@ -5,7 +5,7 @@
import worldData from 'world-atlas/countries-50m.json';
import { getSelected, setTotalCount, getFlashing } from '../layout/selection.svelte.js';
import { getUserProfile } from '../auth/userStore.svelte.js';
import homeIconUrl from '../../assets 2/home.png';
import homeIconUrl from '../../assets/home.png';
import crayonCursorUrl from '../../assets/logo-cursor.png';
let { onCountryClick = (_name) => {} } = $props();