update three-vrm-3
This commit is contained in:
10
planet/src/App.tsx
Normal file
10
planet/src/App.tsx
Normal file
@ -0,0 +1,10 @@
|
||||
import React from 'react'
|
||||
import VRMModelCanvas from './pages/vrm_model'
|
||||
|
||||
const App = () => {
|
||||
return (
|
||||
<VRMModelCanvas/>
|
||||
)
|
||||
}
|
||||
|
||||
export default App;
|
Reference in New Issue
Block a user