resolved merge conflict

main
roberts 2023-04-30 12:14:43 +02:00
parent a0347a4fc3
commit 22de28a9cd
2 changed files with 0 additions and 13 deletions

0
src/router/Muscles.js Normal file
View File

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