Clean up project

This commit is contained in:
2024-12-28 23:48:49 +01:00
parent 811f92ed03
commit 878cb17967
9 changed files with 50 additions and 25 deletions

View File

@@ -68,7 +68,6 @@ toast('Hello World', {
<svelte:window on:keydown={keyDown} />
<Toaster theme="dark" expand visibleToasts={9} />
<template>
<Header />
<main class="flex-1">
<Router />
</main>