final refactoring

This commit is contained in:
2026-06-17 00:31:56 +09:00
parent 2ecd3ca81d
commit e86ec2bbb9
24 changed files with 320 additions and 978 deletions

View File

@@ -4,7 +4,7 @@
import { feature } from 'topojson-client';
import worldData from 'world-atlas/countries-50m.json';
import { get } from 'svelte/store';
import { journals } from '../stores/journalStore.js';
import { journals } from '../stores/entriesStore.svelte.js';
import airplaneImg from '../../assets/airplane-animation.png';
let { onclose, onprogress, mode = 'map', onmodechange } = $props();