Adding another fucking project structure lol. we got like 3 now
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 20s

This commit is contained in:
MagicBOTAlex 2025-07-05 02:52:17 +08:00
parent ab913372eb
commit 3c54f7cdd1
7 changed files with 54 additions and 24 deletions

View file

@ -0,0 +1,5 @@
<script>
</script>
<div>Baller</div>

View file

@ -93,8 +93,8 @@
</div>
<div class="py-2"></div>
<div class="flex justify-center gap-2">
<button class="btn btn-secondary">Buy</button>
<button class="btn btn-primary">Learn more</button>
<a href="/" class="btn btn-secondary">Buy</a>
<a href="/shop/trackers" class="btn btn-primary">Learn more</a>
</div>
</div>

View file

View file

@ -0,0 +1,5 @@
<script>
import Trackers from "@shop/_trackers.svelte";
</script>
<Trackers/>

View file

@ -0,0 +1,6 @@
<script>
import Trackers from "@shop/_trackers.svelte";
</script>
<Trackers/>