resolved merge conflict
parent
a0347a4fc3
commit
22de28a9cd
|
|
@ -1,13 +0,0 @@
|
||||||
import {Back, Biceps, Chest, Legs, Shoulder, Triceps } from "../views/muscles/Index.js";
|
|
||||||
|
|
||||||
export default {
|
|
||||||
path: '/muscles',
|
|
||||||
children: [
|
|
||||||
{ path: 'legs', component: Legs },
|
|
||||||
{ path: 'back', component: Back },
|
|
||||||
{ path: 'chest', component: Chest },
|
|
||||||
{ path: 'shoulder', component: Shoulder },
|
|
||||||
{ path: 'triceps', component: Triceps },
|
|
||||||
{ path: 'biceps', component: Biceps },
|
|
||||||
]
|
|
||||||
};
|
|
||||||
Loading…
Reference in New Issue