You've already forked AstralRinth
forked from didirus/AstralRinth
16 lines
300 B
Svelte
16 lines
300 B
Svelte
<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>
|