tagging release w.t.f.
All checks were successful
🧪 ✨ Unit Tests Workflow / 🧪 📜 JavaScript Tests (push) Successful in 5m58s
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 9m2s

This commit is contained in:
2025-05-16 21:18:03 -04:00
parent 3c60c1b012
commit e484aa7e31
9 changed files with 314 additions and 135 deletions

View File

@@ -61,6 +61,10 @@ const routes = [
path: '/loads/search',
component: () => import('../pages/loads/Search.vue'),
},
{
path: '/loads/edit/:id',
component: () => import('../pages/loads/Add.vue'),
},
] as RouteRecordRaw[]
const router = createRouter({