From 608bc0eb107507183b6adee2ef8c40a68e918b50 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Mon, 11 Dec 2023 10:29:01 +0100 Subject: [PATCH] :fire: remove unused import --- src/components/Header.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 3092320..76b9b09 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,6 +1,5 @@ --- import HeaderLink from './HeaderLink.astro'; -import { SITE_TITLE } from '../consts'; import ThemeIcon from './ThemeIcon.astro'; ---