Skip to content

Commit

Permalink
parallax scene fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzakm committed Feb 29, 2024
1 parent 3c68102 commit f88ba9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/playground/src/routes/parallax/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<script lang="ts">
import App from '$lib/components/App.svelte';
import ParallaxScene from '$lib/parallax/ParallaxScene.svelte';
</script>

<ParallaxScene />
<App>
<ParallaxScene />
</App>

0 comments on commit f88ba9e

Please sign in to comment.