We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae81270 commit 692fc0eCopy full SHA for 692fc0e
src/components/Letter.astro
@@ -1,5 +1,5 @@
1
---
2
-import { LetterEntity } from "@/types";
+import type { LetterEntity } from "@/types";
3
4
type Props = {
5
item: LetterEntity;
0 commit comments