Haulable Value

This commit is contained in:
2023-09-02 10:09:22 +02:00
parent c2e729b534
commit 9ac9296a12
4 changed files with 49 additions and 0 deletions

View File

@@ -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({