Does some code tidying

This commit is contained in:
2026-05-18 00:30:18 -05:00
parent 435481549c
commit 642228f4a9
6 changed files with 307 additions and 750 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import {router} from 'svelte-spa-router'
import Router, {router} from 'svelte-spa-router'
import {auth} from './lib/stores/auth.svelte'
import TopBar from './lib/components/TopBar.svelte'
import BottomNav from './lib/components/BottomNav.svelte'