From 5ec8f4524d8c99d99f43ddc0c5caded03ee7a661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sun, 21 May 2023 11:23:21 +0200 Subject: [PATCH] Remove redundant component imports --- src/pages/index.astro | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index b810db5..9e09778 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,4 @@ --- -import Header from '../components/Header.astro'; -import Footer from '../components/Footer.astro'; import { SITE_DESCRIPTION } from '../consts'; import BaseLayout from '../layouts/BaseLayout.astro'; ---