Skip to content

Commit

Permalink
fix: add import statement (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Aug 17, 2022
1 parent 18b6064 commit dd1d705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/app/Container.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script setup lang="ts">
import { classNames } from '../../utils'
import { computed } from '#imports'
const props = defineProps({
padded: {
Expand Down

0 comments on commit dd1d705

Please sign in to comment.