move app state to store

This commit is contained in:
2023-04-25 08:49:00 -07:00
parent 865b7fd5c4
commit 6f9cd6b471
11 changed files with 63 additions and 65 deletions

View File

@ -1,8 +1,6 @@
<script>
import Nav from '../ui/Nav.svelte';
import Link from '../ui/Link.svelte';
export let appState;
</script>