Skip to content

Commit

Permalink
fix(Logo): fix import type
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Nov 5, 2023
1 parent 5a7ceff commit 2df132b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/logo/src/VLogo.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import {toRefs, computed, resolveComponent} from 'vue';
import {Sizes} from './types';
import type {Sizes} from './types';
export type Props = {
to?: string;
Expand Down

0 comments on commit 2df132b

Please sign in to comment.