chore: remove unused file

This commit is contained in:
Hakadao
2022-12-11 02:07:57 +08:00
parent c110acf791
commit 2ce73632fb

View File

@@ -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`
// })