Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Sep 29, 2024
1 parent 1bfec3e commit 7abbcd7
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions frontend/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion frontend/src/lib/Skin.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { backendUrl } from '$lib/data';
import { minecraftProfileSchema, minecraftUserDataSchema, uuidSchema } from './schemas';
import { GLTFLoader, type GLTF } from 'three/addons/loaders/GLTFLoader.js';
import { Mesh } from 'three/src/objects/Mesh.js';
import type { Mesh } from 'three/src/objects/Mesh.js';
import { MeshBasicMaterial } from 'three/src/materials/MeshBasicMaterial.js';
import type { Scene } from 'three/src/scenes/Scene.js';
import { OrbitControls } from 'three/addons/controls/OrbitControls.js';
Expand Down

0 comments on commit 7abbcd7

Please sign in to comment.