We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2cbc6d commit be58724Copy full SHA for be58724
2 files changed
site/src/components/Footer.astro
@@ -1,5 +1,4 @@
1
---
2
-import CallToAction from './CallToAction.astro'
3
import Logo from './Logo.astro'
4
import { Heading, Link } from 'accessible-astro-components'
5
site/src/pages/thank-you.astro
@@ -1,7 +1,7 @@
import DefaultLayout from '@layouts/DefaultLayout.astro'
import PageHeader from '@components/PageHeader.astro'
-import { Heading, Link, Notification } from 'accessible-astro-components'
+import { Link, Notification } from 'accessible-astro-components'
import { Icon } from 'astro-icon/components'
6
7
0 commit comments