This commit is contained in:
2021-12-16 13:40:50 +01:00
parent a78ec72687
commit fe653e91c8
5 changed files with 34 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts" context="module">
import { writable } from 'svelte/store'
export enum Theme {
enum Theme {
Dark = 'dark',
Light = 'light',
Auto = 'auto',