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