fix after merge
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
import StatsPanel from './lib/world-map/StatsPanel.svelte';
|
import StatsPanel from './lib/world-map/StatsPanel.svelte';
|
||||||
import TimelineView from './lib/timeline/TimelineView.svelte';
|
import TimelineView from './lib/timeline/TimelineView.svelte';
|
||||||
|
|
||||||
|
let screen = $state('worldmap');
|
||||||
let journeyActive = $state(false);
|
let journeyActive = $state(false);
|
||||||
let journeyProgress = $state(null);
|
let journeyProgress = $state(null);
|
||||||
let inDetail = $state(false);
|
let inDetail = $state(false);
|
||||||
@@ -77,7 +78,6 @@
|
|||||||
{:else if needsCountry}
|
{:else if needsCountry}
|
||||||
<CountryPicker />
|
<CountryPicker />
|
||||||
{/if}
|
{/if}
|
||||||
{/if}
|
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user