fix after merge

This commit is contained in:
2026-06-15 12:35:57 +09:00
parent 611cc0b626
commit 965f677368

View File

@@ -8,6 +8,7 @@
import StatsPanel from './lib/world-map/StatsPanel.svelte';
import TimelineView from './lib/timeline/TimelineView.svelte';
let screen = $state('worldmap');
let journeyActive = $state(false);
let journeyProgress = $state(null);
let inDetail = $state(false);
@@ -77,7 +78,6 @@
{:else if needsCountry}
<CountryPicker />
{/if}
{/if}
{/if}
<style>