no ushing

Co-authored-by: Affan Zaman <afnzmn@users.noreply.github.com>
This commit is contained in:
baiorett
2022-07-19 22:14:48 +03:00
parent 729538edbd
commit d006c09266
4 changed files with 19 additions and 8 deletions

View File

@@ -1,10 +1,13 @@
<script>
import IndexDescription from '$lib/components/organisms/IndexDescription.svelte';
import HeroImage from '$lib/components/atoms/HeroImage.svelte';
import IndexDescription from '$lib/components/organisms/IndexDescription.svelte';
</script>
<div class="wrapper">
<HeroImage></HeroImage>
<IndexDescription />
<HeroImage />
</div>