Skip to content

Commit 5552b9a

Browse files
committed
remove unused imports
1 parent 6e42f81 commit 5552b9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util/release-notes.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import { z } from "astro:schema";
21
import { getCollection } from "astro:content";
3-
import { type CollectionEntry } from "astro:content";
42

53
export async function getReleaseNotes(opts?: {
64
filter?: Parameters<typeof getCollection<"release-notes">>[1];

0 commit comments

Comments
 (0)