-
-
-
-
-
-
-
- This is a place for other items
-
-
-
- This is a place for other items
-
-
-
- This is a place for other items
-
-
-
- This is a place for other items
-
-
-
- This is a place for other items
-
-
- );
-}
diff --git a/src/ui/scrowlStore.ts b/src/ui/scrowlStore.ts
new file mode 100644
index 0000000..9f9d8d6
--- /dev/null
+++ b/src/ui/scrowlStore.ts
@@ -0,0 +1,21 @@
+import { createStore } from "solid-js/store";
+import { Digith } from "./Digith";
+
+export type Scrowl = {
+ digiths: Digith[];
+}
+
+export const [scrowl, setScrowl] = createStore