From cb5fb6dc7a4d4b6b130d2c2d03299fe4186f05b7 Mon Sep 17 00:00:00 2001 From: Benno Tielen Date: Tue, 28 Jan 2025 10:43:29 +0100 Subject: [PATCH] fix: remove unused imports --- src/app/blog/[id]/page.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/blog/[id]/page.tsx b/src/app/blog/[id]/page.tsx index 57e7cfd..0133bee 100644 --- a/src/app/blog/[id]/page.tsx +++ b/src/app/blog/[id]/page.tsx @@ -8,11 +8,6 @@ import { readableDateTime } from '@/utils/readableDate' import { HR } from '@/components/HorizontalRule/HorizontalRule' import Image from 'next/image' import styles from "./styles.module.scss" -import { HTMLText } from '@/components/Text/HTMLText' -import { Button } from '@/components/Button/Button' -import { ContactSection } from '@/compositions/ContactSection/ContactSection' -import { Gallery } from '@/components/Gallery/Gallery' -import { transformGallery } from '@/utils/dto/gallery' import { Blocks } from '@/compositions/Blocks/Blocks' async function fetchBlog(id: string) {