feat: add beginnings of settings page
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
import Navigation from "./lib/Navigation.svelte";
|
||||
import Dash from "./pages/Dash.svelte";
|
||||
import Home from "./pages/Home.svelte";
|
||||
import Settings from './pages/Settings.svelte';
|
||||
|
||||
// theme cdns (I might make some myself too)
|
||||
let light = "https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css";
|
||||
@@ -44,5 +45,8 @@
|
||||
<Route path="/dash">
|
||||
<Dash />
|
||||
</Route>
|
||||
<Route path="/settings">
|
||||
<Settings />
|
||||
</Route>
|
||||
</div>
|
||||
</Router>
|
||||
Reference in New Issue
Block a user