20241113-a
This commit is contained in:
11
src/routes/path2Compoment.tsx
Normal file
11
src/routes/path2Compoment.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as React from 'react';
|
||||
import Dashboard from '@/pages/admin/Dashboard';
|
||||
|
||||
const path2components = [
|
||||
{
|
||||
path: '/dashboard',
|
||||
component: Dashboard,
|
||||
},
|
||||
];
|
||||
|
||||
export default path2components;
|
||||
Reference in New Issue
Block a user