🐨 Removes sidebar

This commit is contained in:
Rune Harlyk
2024-02-04 22:14:22 +01:00
parent 1536964165
commit 749d6d10ad
7 changed files with 62 additions and 40 deletions
-2
View File
@@ -1,7 +1,5 @@
import { writable } from 'svelte/store';
export const sidebarOpen = writable(false);
export const emulateModel = writable(true);
export const input = writable({left:{x:0, y:0}, right:{x:0, y:0}, height:70, speed:0});