Remove unused astroHTML extension
This commit is contained in:
parent
ba782f13cf
commit
5e2bc16693
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue