You've already forked AstralRinth
forked from didirus/AstralRinth
Update omorphia, start a global settings page
This commit is contained in:
15
theseus_gui/src/routes/settings.svelte
Normal file
15
theseus_gui/src/routes/settings.svelte
Normal file
@@ -0,0 +1,15 @@
|
||||
<script context="module" lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
import { Checkbox, FormField, TextInput, Button } from "omorphia"
|
||||
import GlobalSettings from "$components/GlobalSettings.svelte"
|
||||
</script>
|
||||
|
||||
<div class="section">
|
||||
<GlobalSettings />
|
||||
</div>
|
||||
|
||||
<style lang="postcss">
|
||||
</style>
|
||||
Reference in New Issue
Block a user