diff --git a/src/contentScripts/router/index.ts b/src/contentScripts/router/index.ts deleted file mode 100644 index 19e58b7b..00000000 --- a/src/contentScripts/router/index.ts +++ /dev/null @@ -1,9 +0,0 @@ -// import { createRouter, createWebHashHistory } from 'vue-router' - -// const routes = [{ path: '/', component: () => import('~/contentScripts/views/Home/index.vue') }] - -// export const router = createRouter({ -// // 4. Provide the history implementation to use. We are using the hash history for simplicity here. -// history: createWebHashHistory(), -// routes, // short for `routes: routes` -// })