Skip to content

Commit

Permalink
fix: import for playground
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-carangeot committed Nov 29, 2024
1 parent 93f1349 commit 662bf07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/src/router/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createRouter, createWebHistory } from 'vue-router';
import VueComponentsView from '../views/VueComponentsView.vue';
import WebComponentsView from '../views/WebComponentsView.vue';
import VueComponentsView from '../views/VueComponentsViewExample.vue';
import WebComponentsView from '../views/WebComponentsViewExample.vue';

const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
Expand Down

0 comments on commit 662bf07

Please sign in to comment.