File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { getCollection } from "astro:content";
55import BaseLayout from " ../layouts/BaseLayout.astro" ;
66
77// Component Imports
8- import CallToAction from " ../components/CallToAction.astro" ;
98import Grid from " ../components/Grid.astro" ;
109import Hero from " ../components/Hero.astro" ;
1110import Icon from " ../components/Icon.astro" ;
@@ -15,7 +14,6 @@ import PortfolioPreview from "../components/PortfolioPreview.astro";
1514// Page section components
1615import ContactCTA from " ../components/ContactCTA.astro" ;
1716import Skills from " ../components/Skills.astro" ;
18- import Projects from " ../components/Projects.astro" ;
1917
2018// Content Fetching: List four most recent work projects
2119const projects = (await getCollection (" work" ))
You can’t perform that action at this time.
0 commit comments