diff --git a/src/main.ts b/src/main.ts index 474b3e4..7dacf15 100644 --- a/src/main.ts +++ b/src/main.ts @@ -7,6 +7,7 @@ const routes = [ { path: '/', component: () => import('@/Index.vue') }, { path: '/reprocess', component: () => import('@/reprocess/Reprocess.vue') }, { path: '/market', component: () => import('@/market/Market.vue') }, + { path: '/tools', component: () => import('@/tools/Tools.vue') }, ]; const router = createRouter({ diff --git a/src/sidebar/Sidebar.vue b/src/sidebar/Sidebar.vue index f09a0c3..d25a6b9 100644 --- a/src/sidebar/Sidebar.vue +++ b/src/sidebar/Sidebar.vue @@ -16,6 +16,11 @@ import { RouterLink } from 'vue-router'; Market +
  • + + Tools + +
  • diff --git a/src/tools/HaulerTank.vue b/src/tools/HaulerTank.vue new file mode 100644 index 0000000..7520196 --- /dev/null +++ b/src/tools/HaulerTank.vue @@ -0,0 +1,31 @@ + + + \ No newline at end of file diff --git a/src/tools/Tools.vue b/src/tools/Tools.vue new file mode 100644 index 0000000..d83e85e --- /dev/null +++ b/src/tools/Tools.vue @@ -0,0 +1,12 @@ + + + \ No newline at end of file