refactor: remove unused import
This commit is contained in:
parent
e089626f81
commit
380e88c72f
2 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue