Skip to content

Commit

Permalink
fix: update broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Jun 18, 2024
1 parent fed5790 commit b722f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo/pages/SignupFormDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</template>

<script setup lang="ts">
import { PdapInputTypes } from 'src/components/Input/types';
import { PdapInputTypes } from '../../components/Input/types';
import { Button, Form } from '../../components';
import { ref } from 'vue';
Expand Down

0 comments on commit b722f1e

Please sign in to comment.