Skip to content

Commit

Permalink
chore: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Enubia committed May 2, 2023
1 parent 7cfa95e commit 39f68e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,4 @@ const i18n = createI18n<false>({
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');

0 comments on commit 39f68e1

Please sign in to comment.