status/gui/dashboard/index.js
Romein van Buren 14213d3ee2
Dashboard settings (WIP)
Signed-off-by: Romein van Buren <romein@vburen.nl>
2022-07-11 12:07:05 +02:00

9 lines
193 B
JavaScript

import App from './app.svelte';
import { writable } from 'svelte-local-storage-store';
new App({ target: document.body });
export const settings = writable('settings', {
theme: 'dark',
});