aboutsummaryrefslogtreecommitdiff
path: root/src/pages/projects.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/projects.astro')
-rw-r--r--src/pages/projects.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/projects.astro b/src/pages/projects.astro
index 9b2b8a2..ee574c6 100644
--- a/src/pages/projects.astro
+++ b/src/pages/projects.astro
@@ -2,7 +2,7 @@
import Page from "../layouts/Page.astro";
import projects from "../data/projects.json";
import "../styles/cards.css";
-import GitHubProjects from "../components/GitHubProjects";
+import GitHubProjects from "../components/GitHubProjects.svelte";
---
<Page title="Projects" description="Things that I have been working on in the past, and present">