Skip to content

Commit

Permalink
fix: imports of mobile search drawer to render correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviareichl committed Oct 16, 2024
1 parent 3100912 commit ad322b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/drawer/Drawer.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts" setup>
import { useForwardPropsEmits } from "radix-vue";
import type { DrawerRoot, DrawerRootEmits, DrawerRootProps } from "vaul-vue";
import { DrawerRoot, type DrawerRootEmits, type DrawerRootProps } from "vaul-vue";
const props = withDefaults(defineProps<DrawerRootProps>(), {
shouldScaleBackground: true,
Expand Down

0 comments on commit ad322b8

Please sign in to comment.