diff --git a/src/app.ts b/src/app.ts index 04c1827d..80fbd0cb 100644 --- a/src/app.ts +++ b/src/app.ts @@ -21,7 +21,4 @@ const i18n = createI18n({ legacy: false, }); -// TODO: figure out how to refresh the store once vanish is sent to the client -// needed to rerender the app without a background - createApp(App).use(i18n).component('FontAwesomeIcon', FontAwesomeIcon).mount('#app');