1
0
forked from noxious/client

Tiny improvements

This commit is contained in:
2025-01-13 14:51:28 +01:00
parent 5cf7423a5c
commit 0657dbcb1b
48 changed files with 54 additions and 54 deletions

View File

@ -39,7 +39,5 @@ loadTexture(scene, {
console.error('Error loading texture:', error)
})
onMounted(async () => {
})
onMounted(async () => {})
</script>