diff --git a/client/src/components/Table.vue b/client/src/components/Table.vue
index aa5f918..c92b646 100644
--- a/client/src/components/Table.vue
+++ b/client/src/components/Table.vue
@@ -2,13 +2,13 @@
Date |
- {{ track.icon }} |
+ {{ track.icon }} |
{{ dateString(date) }} |
-
-
+ |
+
|
@@ -16,11 +16,8 @@
\ No newline at end of file
diff --git a/client/src/components/TickComponent.vue b/client/src/components/TickComponent.vue
index 8681322..cd3ffcb 100644
--- a/client/src/components/TickComponent.vue
+++ b/client/src/components/TickComponent.vue
@@ -1,9 +1,23 @@
-
+
\ No newline at end of file
diff --git a/client/src/state.ts b/client/src/state.ts
new file mode 100644
index 0000000..2b03738
--- /dev/null
+++ b/client/src/state.ts
@@ -0,0 +1,33 @@
+import { reactive } from "vue"
+import { Track } from "./track"
+import { error } from "./error"
+
+export const state = reactive({
+ tracks: new Array