Frontend Basics
This commit is contained in:
parent
fde16fa283
commit
3bbfed11fa
28 changed files with 2780 additions and 7 deletions
3
drone-frontend/src/stores.js
Normal file
3
drone-frontend/src/stores.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { writable } from 'svelte/store';
|
||||
|
||||
export const theme = writable('dark');
|
||||
Loading…
Add table
Add a link
Reference in a new issue