-
+
diff --git a/src/pages/DataPage.vue b/src/pages/DataPage.vue
index fcdc7a2..e038c26 100644
--- a/src/pages/DataPage.vue
+++ b/src/pages/DataPage.vue
@@ -3,12 +3,6 @@
import HourChart from "../components/HourChart.vue";
import TeamChartDay from "../components/TeamChartDay.vue";
import TeamChartMonth from "../components/TeamChartMonth.vue";
-
-import { useWsStore } from '../store'
-
-const store = useWsStore();
-
-console.log('store', store.data1.test);