Skip to content

Commit

Permalink
Fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
glebgorokhov committed Jun 2, 2024
1 parent 26bc4eb commit 7e106fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .vitepress/theme/Banner.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<script setup lang="ts">
import { useData } from "vitepress";
import { VPBadge } from "vitepress/theme";
import { computed } from "vue";
const data = useData();
Expand Down

0 comments on commit 7e106fc

Please sign in to comment.