Blog
All checks were successful
Deploy / build-and-publish (push) Successful in 1m20s
Deploy / deploy (push) Successful in 15s

This commit is contained in:
2024-09-29 22:45:41 +03:00
parent e4c7fb1557
commit 1d6da125f1
9 changed files with 396 additions and 4 deletions

View File

@@ -3,7 +3,6 @@
import Hero from "./Hero.svelte";
import About from "./About.svelte";
import Projects from "./Projects/Projects.svelte";
import Footer from "./Footer.svelte";
import ContactForm from "./ContactForm/ContactForm.svelte";
export let data;
@@ -15,5 +14,4 @@
<About></About>
<Projects></Projects>
<ContactForm></ContactForm>
<Footer></Footer>
</main>