Skip to content

Commit 09903b3

Browse files
removed unnecessary import statements
1 parent 0cc38a6 commit 09903b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/astro/src/default/components/FooterWrapper.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
// FooterWrapper.astro
33
import { Footer } from 'tutorialkit:override-components';
4-
import Terms from './Terms.astro';
5-
import ContactInfo from './ContactInfo.astro';
64
75
const currentYear = new Date().getFullYear();
86
---

0 commit comments

Comments
 (0)