Remove unused astroHTML extension

This commit is contained in:
Konrad Szwarc 2022-12-08 17:17:17 +01:00
parent ba782f13cf
commit 5e2bc16693

View file

@ -5,7 +5,7 @@ import IconButton from '@/atoms/icon-button.astro';
import Typography from '@/atoms/typography.astro'; import Typography from '@/atoms/typography.astro';
import type { Testimonial } from '@/types/testimonials-section'; import type { Testimonial } from '@/types/testimonials-section';
export interface Props extends astroHTML.JSX.HTMLAttributes { export interface Props {
testimonial: Testimonial; testimonial: Testimonial;
} }