8 lines
No EOL
200 B
Svelte
8 lines
No EOL
200 B
Svelte
<script lang="ts">
|
|
import { SettingsSection } from '$lib/components';
|
|
</script>
|
|
|
|
<div class="container mx-auto p-4">
|
|
<h1 class="text-2xl font-bold mb-4">Settings</h1>
|
|
<SettingsSection />
|
|
</div> |