fix: Rename, Typo Biceps, Import

fix_layout
Flycro 2023-04-29 12:35:53 +02:00
parent c25b95a80e
commit 93bd8267cc
1 changed files with 2 additions and 4 deletions

View File

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