Skip to content

Commit

Permalink
fix: import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 3, 2022
1 parent 2126965 commit 7abc630
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts" setup>
import { App, createApp, onMounted, onUnmounted, PropType, ref } from 'vue'
import { Story, Variant } from '../types'
import { Story, Variant } from '../../types'
const props = defineProps({
variant: {
Expand Down

0 comments on commit 7abc630

Please sign in to comment.