From 4f17d189a85677c6c785964f6eca2762b1eef514 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Sat, 5 Mar 2022 10:01:36 +0100 Subject: [PATCH] remove posts --- src/routes/index.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/index.svelte b/src/routes/index.svelte index d39f6cf..cb197f5 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -3,7 +3,7 @@ import Button from "$lib/components/button.svelte"; import Contact from "$lib/components/contact.svelte"; import Hero from "$lib/components/hero.svelte"; - import Posts from "$lib/components/posts.svelte"; + // import Posts from "$lib/components/posts.svelte"; import Project from "$lib/components/project.svelte"; import Split from "$lib/components/split.svelte"; import TechnologyDetails from "$lib/components/technologyDetails.svelte"; @@ -196,7 +196,7 @@ - +