fix: Rename, Typo Biceps, Import
parent
c25b95a80e
commit
93bd8267cc
|
|
@ -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 },
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
Loading…
Reference in New Issue