progress
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 0s
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 0s
This commit is contained in:
parent
f4453bb8fb
commit
a3fce76c1a
5 changed files with 34 additions and 3 deletions
5
src/routes/shop/arthing/+page.svelte
Normal file
5
src/routes/shop/arthing/+page.svelte
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<script>
|
||||
import Art_test from "@shop/_art_test.svelte";
|
||||
</script>
|
||||
|
||||
<Art_test />
|
||||
|
|
@ -2,4 +2,4 @@
|
|||
import Trackers from "@shop/_trackers.svelte";
|
||||
</script>
|
||||
|
||||
<Trackers/>
|
||||
<Trackers />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue