From 4d2a1e5adfc8688bc585c96e959470d45f655438 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 30 May 2022 14:43:59 +0200 Subject: chore(master): add client folder --- master/src/router.ts | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 master/src/router.ts (limited to 'master/src/router.ts') diff --git a/master/src/router.ts b/master/src/router.ts deleted file mode 100644 index 4c70eab..0000000 --- a/master/src/router.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { createRouter, createWebHashHistory, RouteRecordRaw } from "vue-router"; -import HomeView from "./views/Home.vue"; - -const routes: Array = [ - { - path: "/", - name: "home", - component: HomeView - } -]; - -const router = createRouter({ - history: createWebHashHistory(), - routes -}); - -export default router; -- cgit v1.2.3-18-g5258