Skip to content

Commit

Permalink
fix: resolve type
Browse files Browse the repository at this point in the history
  • Loading branch information
sadraiiali committed Jan 15, 2024
1 parent 33de7e1 commit 207aec0
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions src/routes/about/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<script>
import IntroVideo from '$lib/components/IntroVideo'
import IntroVideo from "$lib/components/IntroVideo.svelte";
</script>

<div class="container">
<h1 class="text-2xl font-bold my-16">درباره‌ی ما</h1>

<h1 class="text-2xl font-bold my-16">
درباره‌ی ما
</h1>

ما کامیونیتی ایرانی شبیه‌سازی دوبعدی فوتبال هستیم.


<IntroVideo />
ما کامیونیتی ایرانی شبیه‌سازی دوبعدی فوتبال هستیم.

</div>
<IntroVideo />
</div>

0 comments on commit 207aec0

Please sign in to comment.