Skip to content

Commit 30c273e

Browse files
committed
fix: remove unused LinkBase import from CollapsibleSection
1 parent dc5334f commit 30c273e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/components/CollapsibleSection.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<script setup lang="ts">
22
import { shallowRef, computed } from 'vue'
3-
import { LinkBase } from '#components'
43
54
interface Props {
65
title: string

0 commit comments

Comments
 (0)