🔥 remove unused import

This commit is contained in:
Sindre Kjelsrud 2023-12-11 10:29:01 +01:00
parent 2e243c6719
commit 608bc0eb10

View file

@ -1,6 +1,5 @@
--- ---
import HeaderLink from './HeaderLink.astro'; import HeaderLink from './HeaderLink.astro';
import { SITE_TITLE } from '../consts';
import ThemeIcon from './ThemeIcon.astro'; import ThemeIcon from './ThemeIcon.astro';
--- ---