Skip to content

Commit

Permalink
fix: update imports
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Mar 13, 2023
1 parent ff474fc commit 01c99f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<script lang="ts">
import { defineComponent } from 'vue';
import VHeader from '@/components/common/ui/VHeader.vue';
import VFooter from '@/components/common/ui/VFooter.vue';
import VHeader from '~/components/common/ui/VHeader.vue';
import VFooter from '~/components/common/ui/VFooter.vue';
export default defineComponent({
components: {
VHeader,
Expand Down

0 comments on commit 01c99f8

Please sign in to comment.