refactor: remove unused import

This commit is contained in:
Ayo 2022-11-05 08:51:21 +01:00
parent e089626f81
commit 380e88c72f
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
---
import { generateImage } from "astro-eleventy-img";
import { Icon } from "astro-icon";
import Starfield from "~/components/starfield.astro";
// import Starfield from "~/components/starfield.astro";
import Copynpm from "~/components/copynpm.astro";
const widths = [450, 800];

View file

@ -1,6 +1,6 @@
---
import Header from "~/components/header.astro";
import Icon from "astro-icon";
// import Icon from "astro-icon";
import Splash from "~/components/splash.astro";
import "~/styles/index.css";
import AstroSection from "~/sections/astro-section.astro";