From 5e2bc166935e6fe4759d7365fcb563e9448e9593 Mon Sep 17 00:00:00 2001 From: Konrad Szwarc Date: Thu, 8 Dec 2022 17:17:17 +0100 Subject: [PATCH] Remove unused astroHTML extension --- src/components/organisms/testimonial.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/organisms/testimonial.astro b/src/components/organisms/testimonial.astro index f7f0661..4448a3a 100644 --- a/src/components/organisms/testimonial.astro +++ b/src/components/organisms/testimonial.astro @@ -5,7 +5,7 @@ import IconButton from '@/atoms/icon-button.astro'; import Typography from '@/atoms/typography.astro'; import type { Testimonial } from '@/types/testimonials-section'; -export interface Props extends astroHTML.JSX.HTMLAttributes { +export interface Props { testimonial: Testimonial; }