import React from 'react' import VRMModelCanvas from './pages/vrm_model' const App = () => { return ( ) } export default App;