diff --git a/components/City.vue b/components/City.vue
index d4e6563..734c6ef 100644
--- a/components/City.vue
+++ b/components/City.vue
@@ -24,6 +24,8 @@ import CreateLog from './CreateLog.vue';
const props = defineProps<{ city: CityInfo }>();
+const timestamp = useTimestamp({ interval: 10 * 1000 });
+
const store = useLatestLogs();
@@ -45,7 +47,10 @@ const store = useLatestLogs();
{{ product.name }}
diff --git a/components/Price.vue b/components/Price.vue
index c3ac406..0b09e4a 100644
--- a/components/Price.vue
+++ b/components/Price.vue
@@ -1,11 +1,17 @@
-