Initial plan commit
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script>
|
||||
import { onMount } from 'svelte'
|
||||
import { api } from './lib/api.js'
|
||||
import { currentDate } from './lib/stores.js'
|
||||
import { currentDate } from './lib/stores.svelte.js'
|
||||
import Dashboard from './components/Dashboard.svelte'
|
||||
|
||||
// Every async view handles loading / error / empty states (spec §8.2 rule 4)
|
||||
|
||||
Reference in New Issue
Block a user