diff --git a/src/components/Heading.astro b/src/components/Heading.astro index be0fdb0..a85cbd0 100644 --- a/src/components/Heading.astro +++ b/src/components/Heading.astro @@ -1,5 +1,5 @@ --- -import { type HTMLAttributes } from "astro/types"; +import type { HTMLAttributes } from "astro/types"; const headingOptions = { h1: "xxl",