resolved merge conflicts

This commit is contained in:
roberts
2023-04-30 01:30:29 +02:00
parent fcc8bb95f7
commit a0347a4fc3
3 changed files with 3 additions and 16 deletions

View File

@@ -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 },
]
};