Skip to content

Commit

Permalink
Fix view paths
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-panhead committed Oct 15, 2023
1 parent 84cce43 commit 8b058de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const HomeView = () => import('@/views/HomeView.vue')
const IdeasView = () => import('@/views/IdeasView.vue')
const TeamView = () => import('@/views/TeamView.vue')
const ELSIView = () => import('@/views/ELSIView.vue')
const GroupAView = () => import('@/views/computational-simulation/GroupAView.vue')
const GroupCView = () => import('@/views/computational-simulation/GroupCView.vue')
const GroupAView = () => import('@/views/lab-validation/GroupAView.vue')
const GroupCView = () => import('@/views/lab-validation/GroupCView.vue')
const OctadedronFormation = () => import('@/views/lab-validation/OctahedronFormation.vue')

const router = createRouter({
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8b058de

Please sign in to comment.