Skip to content

Commit 692fc0e

Browse files
committed
fixed the issue "type-only import"
1 parent ae81270 commit 692fc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Letter.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
import { LetterEntity } from "@/types";
2+
import type { LetterEntity } from "@/types";
33
44
type Props = {
55
item: LetterEntity;

0 commit comments

Comments
 (0)