Skip to content

Commit 6b5ec24

Browse files
C1ANCYSzghostdevv
andauthored
Update app/components/CollapsibleSection.vue
Co-authored-by: Willow (GHOST) <ghostdevbusiness@gmail.com>
1 parent 93ee60d commit 6b5ec24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/CollapsibleSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup lang="ts">
22
import { shallowRef, computed } from 'vue'
33
import { LinkBase } from '#components'
4-
import type { IconClass } from '../types/icon'
4+
import type { IconClass } from '~/types/icon'
55
66
interface Props {
77
title: string

0 commit comments

Comments
 (0)