Skip to content

Commit ce3fdbc

Browse files
committed
remove : unused imports
1 parent 6911e03 commit ce3fdbc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/index.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { getCollection } from "astro:content";
55
import BaseLayout from "../layouts/BaseLayout.astro";
66
77
// Component Imports
8-
import CallToAction from "../components/CallToAction.astro";
98
import Grid from "../components/Grid.astro";
109
import Hero from "../components/Hero.astro";
1110
import Icon from "../components/Icon.astro";
@@ -15,7 +14,6 @@ import PortfolioPreview from "../components/PortfolioPreview.astro";
1514
// Page section components
1615
import ContactCTA from "../components/ContactCTA.astro";
1716
import Skills from "../components/Skills.astro";
18-
import Projects from "../components/Projects.astro";
1917
2018
// Content Fetching: List four most recent work projects
2119
const projects = (await getCollection("work"))

0 commit comments

Comments
 (0)