Skip to content

Commit

Permalink
Fixed erroring type
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-Ross committed Nov 28, 2023
1 parent bd449fc commit 93df56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/projects/[...slug].astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import { CollectionEntry, getCollection } from "astro:content";
import { type CollectionEntry, getCollection } from "astro:content";
import Section from "../../components/Section.astro";
import FormattedDate from "../../components/FormattedDate.astro";
import BaseLayout from "../../layouts/BaseLayout.astro";
Expand Down

0 comments on commit 93df56b

Please sign in to comment.