mirror of
https://github.com/danbulant/design
synced 2026-07-07 03:51:02 +00:00
remove posts
This commit is contained in:
parent
7592074ab3
commit
4f17d189a8
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
import Button from "$lib/components/button.svelte";
|
import Button from "$lib/components/button.svelte";
|
||||||
import Contact from "$lib/components/contact.svelte";
|
import Contact from "$lib/components/contact.svelte";
|
||||||
import Hero from "$lib/components/hero.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 Project from "$lib/components/project.svelte";
|
||||||
import Split from "$lib/components/split.svelte";
|
import Split from "$lib/components/split.svelte";
|
||||||
import TechnologyDetails from "$lib/components/technologyDetails.svelte";
|
import TechnologyDetails from "$lib/components/technologyDetails.svelte";
|
||||||
|
|
@ -196,7 +196,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Posts />
|
<!-- <Posts /> -->
|
||||||
<div id="contact">
|
<div id="contact">
|
||||||
<Contact />
|
<Contact />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue