Skip to content

Commit

Permalink
fix(sandbox): rebase [KHCP-8971]
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Nov 6, 2023
1 parent 74f84f5 commit d956252
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 176 deletions.
87 changes: 0 additions & 87 deletions sandbox/components/SandboxNavComponent.vue

This file was deleted.

88 changes: 0 additions & 88 deletions sandbox/router.ts

This file was deleted.

2 changes: 1 addition & 1 deletion sandbox/router/sandbox-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const componentRoutes: RouteRecordRaw[] = [
component: () => import('../pages/SandboxButton.vue'),
},
{
path: 'card',
path: '/card',
name: 'card',
meta: { title: 'Card Sandbox' },
component: () => import('../pages/SandboxCard.vue'),
Expand Down

0 comments on commit d956252

Please sign in to comment.