Skip to content

Commit

Permalink
Deleted extra search page from inventory-count(#23eera9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihu-Sharma committed Mar 14, 2022
1 parent 0882e0a commit 1e16e9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 165 deletions.
7 changes: 0 additions & 7 deletions src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Upload from "@/views/Upload.vue";
import Settings from "@/views/Settings.vue";
import Login from "@/views/Login.vue";
import store from "@/store";
import Search from "@/views/Search.vue";
import Count from "@/views/count.vue";

const authGuard = (to: any, from: any, next: any) => {
Expand Down Expand Up @@ -54,12 +53,6 @@ const routes: Array<RouteRecordRaw> = [
component: Login,
beforeEnter: loginGuard,
},
{
path: '/search',
name: 'Search',
component: Search,
beforeEnter: authGuard
},
{
path: "/count/:sku",
name: "Count",
Expand Down
158 changes: 0 additions & 158 deletions src/views/Search.vue

This file was deleted.

0 comments on commit 1e16e9e

Please sign in to comment.