|
|
@@ -1,9 +1,9 @@
|
|
|
---
|
|
|
import Layout from '../layouts/Layout.astro';
|
|
|
-import Navbar from '../components/Navbar.svelte';
|
|
|
import ProjectList from '../components/ProjectList.astro';
|
|
|
import BlogList from '../components/BlogList.astro';
|
|
|
import About from '../components/About.astro';
|
|
|
+import Navbar from '../components/Navbar.astro';
|
|
|
---
|
|
|
|
|
|
<Layout>
|