diff --git a/components.d.ts b/components.d.ts
index 7e9c41e3fcaff5128614a1e9147a7389b0169c81..b5319bf7693e67fa4a592db7c18c4833b4d1f293 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -2,7 +2,7 @@
 // @ts-nocheck
 // Generated by unplugin-vue-components
 // Read more: https://github.com/vuejs/core/pull/3399
-export {}
+export {};
 
 /* prettier-ignore */
 declare module 'vue' {
diff --git a/src/pages/HomePage.vue b/src/pages/HomePage.vue
index 42f9a542caa54da6a72b057f7cf8979a1f4daa02..316584b2050dd751af4b1733ab7b957946916a7f 100644
--- a/src/pages/HomePage.vue
+++ b/src/pages/HomePage.vue
@@ -33,12 +33,6 @@ const backgroundUrl = computed<string>(() => interfaceStore.homeBackgroundUrl);
 watchEffect(() => {
   console.log('entities: ', entities.value);
 });
-
-// watch(entities.value.length, () => {
-//   console.log('watch');
-//   localStorage.setItem('homeEntities', JSON.stringify(entities.value));
-// });
-// provide('entities', entities);
 </script>
 
 <template>