Skip to content

Commit 614824f

Browse files
committed
fix: removed unused imports
1 parent e0fa954 commit 614824f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/layouts/BaseLayout.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import '@/styles/global.css';
33
import '@/assets/fonts/inter.css';
44
import { type Seo } from '@/lib/constants';
5-
import BannerFloat from '@/components/BannerFloat.astro';
65
import Header from '@/components/partials/Header.astro';
76
import Footer from '@/components/partials/Footer.astro';
87
import Head from '@/components/partials/Head.astro';

0 commit comments

Comments
 (0)