first commit

This commit is contained in:
2024-02-28 16:03:19 -05:00
commit 54ee44ba66
84 changed files with 15919 additions and 0 deletions

21
src/pages/admin/routes.ts Normal file
View File

@@ -0,0 +1,21 @@
import OilPrice from '../admin/oilprice.vue';
import ServicePrice from "./serviceprice.vue";
const adminRoutes = [
{
path: '/oilprice',
name: 'oilprice',
component: OilPrice,
},
{
path: '/serviceprice',
name: 'serviceprice',
component: ServicePrice,
},
]
export default adminRoutes
//sourceMappingURL=index.ts.map