BlogPost.astro: remove redundant import

This commit is contained in:
2026-04-25 11:39:48 +01:00
parent 7792e96334
commit 60f6f4cd80
-1
View File
@@ -1,5 +1,4 @@
---
import type { CollectionEntry } from 'astro:content';
import BaseHead from '../components/BaseHead.astro';
import FormattedDate from '../components/FormattedDate.astro';
import Navbar from '../components/Navbar.astro';