Skip to content

Commit

Permalink
chore: add missing Separator import to Announcement.vue badge (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbois1 authored Apr 1, 2024
1 parent f55633a commit f91cfe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/www/.vitepress/theme/components/Announcement.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script setup lang="ts">
import { announcementConfig } from '../config/site'
import { Separator } from '@/lib/registry/default/ui/separator'
import ArrowRightIcon from '~icons/radix-icons/arrow-right'
</script>

Expand Down

0 comments on commit f91cfe9

Please sign in to comment.