mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/settings: update main page placeholder
This commit is contained in:
parent
a12655a834
commit
530edee0b1
1 changed files with 1 additions and 13 deletions
|
@ -1,13 +1 @@
|
||||||
<script lang="ts">
|
<div>settings home page (should not be visible)</div>
|
||||||
import SettingsButton from "../../components/buttons/SettingsButton.svelte";
|
|
||||||
import SettingsCheckbox from "../../components/buttons/SettingsCheckbox.svelte";
|
|
||||||
import Switcher from "../../components/buttons/Switcher.svelte";
|
|
||||||
|
|
||||||
import { merge } from 'ts-deepmerge';
|
|
||||||
import defaultSettings, { settingArrays } from "$lib/settings/defaults";
|
|
||||||
|
|
||||||
const switchers = merge(defaultSettings, settingArrays);
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
</div>
|
|
||||||
|
|
Loading…
Reference in a new issue