diff --git a/apps/web/index.html b/apps/web/index.html index 6901f3cf3..ae191672f 100644 --- a/apps/web/index.html +++ b/apps/web/index.html @@ -9,10 +9,6 @@ - - - - @@ -22,8 +18,5 @@
- diff --git a/apps/web/package.json b/apps/web/package.json index f989d7b19..f6f7768be 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -20,7 +20,8 @@ "util": "^0.12.5", "vue": "^3.2.25", "vue-router": "^4.0.15", - "web3": "^1.8.1" + "web3": "^1.8.1", + "xlsx": "^0.18.5" }, "devDependencies": { "@esbuild-plugins/node-globals-polyfill": "^0.1.1", diff --git a/apps/web/src/App.vue b/apps/web/src/App.vue index cd028a970..453470763 100644 --- a/apps/web/src/App.vue +++ b/apps/web/src/App.vue @@ -2,17 +2,11 @@ import useUsers from '@/composables/users' import { RouterView } from 'vue-router' import DefaultLayout from '@/layouts/default-layout.vue' - // import { onMounted } from 'vue' + import { onMounted } from 'vue' // Need this to fix initilizing bug between user.ts and ssv.ts const { user } = useUsers() - - // onMounted(() => { - // Needed for new Icon Library - - // eslint-disable-next-line no-undef - // feather.replace() - // }) +