feat: added default project
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 1m48s

This commit is contained in:
2024-04-25 17:13:08 +02:00
parent c1e6d141bf
commit 66ae9e6c72
7 changed files with 116 additions and 112 deletions

View File

@@ -42,7 +42,7 @@
let graph = localStorage.getItem("graph")
? JSON.parse(localStorage.getItem("graph")!)
: templates.grid(3, 3);
: templates.plant;
let manager: GraphManager;
let managerStatus: Writable<"loading" | "error" | "idle">;