mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
Chore: Port over Settings (Barely Works)
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<script lang="ts">
|
||||
import { appState } from '$lib/state/app.svelte'
|
||||
</script>
|
||||
import { goto } from '$app/navigation'
|
||||
import { app } from '$lib/state/app.svelte'
|
||||
import { onMount } from 'svelte'
|
||||
|
||||
<p>Settings — stub</p>
|
||||
onMount(() => {
|
||||
app.setSettingsOpen(true)
|
||||
goto('/', { replaceState: true })
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user