Skip to content

Commit

Permalink
fix imports in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzakm committed Sep 10, 2023
1 parent 9243d0a commit b9308e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"type": "module",
"dependencies": {
"@sveltejs/adapter-vercel": "^3.0.3",
"@three-kit/materials": "workspace:^",
"@threejs-kit/materials": "workspace:^",
"@threlte/rapier": "^1.1.2",
"@threlte/theatre": "^2.1.1",
"mikktspace": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/playground/src/lib/parallax/ParallaxMaterial.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { MeshParallaxMaterial } from '@three-kit/materials';
import { MeshParallaxMaterial } from '@threejs-kit/materials';
import { T } from '@threlte/core';
import { useTexture } from '@threlte/extras';
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9308e2

Please sign in to comment.