feat(frontend): Add restricted area visualisation

This commit is contained in:
js0ny 2025-12-06 05:55:59 +00:00
parent 47993d66bc
commit 83bb72faac
13 changed files with 1589 additions and 1465 deletions

View file

@ -1,3 +1,3 @@
import { writable } from 'svelte/store';
import { writable } from "svelte/store";
export const theme = writable('dark');
export const theme = writable("dark");