mirror of
https://github.com/danbulant/design
synced 2026-06-19 14:21:37 +00:00
remove posts from main site
This commit is contained in:
parent
aa658116d2
commit
d306144720
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
import Button from "./components/button.svelte";
|
||||
import Contact from "./components/contact.svelte";
|
||||
import Hero from "./components/hero.svelte";
|
||||
import Posts from "./components/posts.svelte";
|
||||
// import Posts from "./components/posts.svelte";
|
||||
import Project from "./components/project.svelte";
|
||||
import Split from "./components/split.svelte";
|
||||
import TechnologyDetails from "./components/technologyDetails.svelte";
|
||||
|
|
@ -196,7 +196,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<Posts />
|
||||
<!-- <Posts /> -->
|
||||
<div id="contact">
|
||||
<Contact />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue