fix: Rename, Typo Biceps, Import
This commit is contained in:
@@ -1,15 +1,13 @@
|
|||||||
import { Legs, Back, Chest, Shoulder, Triceps, Biceps } from '@/views/muscles';
|
import {Back, Biceps, Chest, Legs, Shoulder, Triceps } from "../views/muscles/Index.js";
|
||||||
// import Tilebar from '@/views/layouts';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
path: '/muscles',
|
path: '/muscles',
|
||||||
// component: Tilebar,
|
|
||||||
children: [
|
children: [
|
||||||
{ path: 'legs', component: Legs },
|
{ path: 'legs', component: Legs },
|
||||||
{ path: 'back', component: Back },
|
{ path: 'back', component: Back },
|
||||||
{ path: 'chest', component: Chest },
|
{ path: 'chest', component: Chest },
|
||||||
{ path: 'shoulder', component: Shoulder },
|
{ path: 'shoulder', component: Shoulder },
|
||||||
{ path: 'triceps', component: Triceps },
|
{ path: 'triceps', component: Triceps },
|
||||||
{ path: 'bicepts', component: Biceps },
|
{ path: 'biceps', component: Biceps },
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user