Skip to content

Commit be58724

Browse files
fix: lint errors unused
1 parent a2cbc6d commit be58724

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

site/src/components/Footer.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
import CallToAction from './CallToAction.astro'
32
import Logo from './Logo.astro'
43
import { Heading, Link } from 'accessible-astro-components'
54

site/src/pages/thank-you.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import DefaultLayout from '@layouts/DefaultLayout.astro'
33
import PageHeader from '@components/PageHeader.astro'
4-
import { Heading, Link, Notification } from 'accessible-astro-components'
4+
import { Link, Notification } from 'accessible-astro-components'
55
import { Icon } from 'astro-icon/components'
66
---
77

0 commit comments

Comments
 (0)