feat(frontend): Add restricted area visualisation
This commit is contained in:
parent
47993d66bc
commit
83bb72faac
13 changed files with 1589 additions and 1465 deletions
|
|
@ -1,3 +1,3 @@
|
|||
import { writable } from 'svelte/store';
|
||||
import { writable } from "svelte/store";
|
||||
|
||||
export const theme = writable('dark');
|
||||
export const theme = writable("dark");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue