Skip to content

Commit

Permalink
chore: fix playground link
Browse files Browse the repository at this point in the history
  • Loading branch information
andretchen0 committed Jun 9, 2024
1 parent 98cb7e2 commit 16ccd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/router/routes/shapes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const shapesRoutes = [
component: () => import('../../pages/shapes/Cylinder.vue'),
},
{
path: '/shapes/cline2',
path: '/shapes/line2',
name: 'Line2',
component: () => import('../../pages/shapes/Line2Demo.vue'),
},
Expand Down

0 comments on commit 16ccd3b

Please sign in to comment.