footer & store assets

This commit is contained in:
2020-10-12 01:39:39 +02:00
parent c63ac20fe6
commit ca1b83275b
12 changed files with 50 additions and 67 deletions

View File

@@ -4,6 +4,7 @@
import Dev from './components/Dev.svelte'
import Dashboard from './pages/Dashboard.svelte'
import Limits from './pages/Limits.svelte'
import Footer from '../shared/footer.svelte'
import { isDev } from '../shared/utils'
@@ -34,4 +35,6 @@
</div>
<Router {routes} />
<Footer />
</main>