Launch directly into Worldshaper Studio
This commit is contained in:
parent
b4dbd4ee8e
commit
932a638daf
3 changed files with 337 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import { StrictMode } from 'react'
|
||||
import { createRoot } from 'react-dom/client'
|
||||
import './index.css'
|
||||
import App from './App.tsx'
|
||||
import WorldshaperLauncher from './WorldshaperLauncher.tsx'
|
||||
|
||||
createRoot(document.getElementById('root')!).render(
|
||||
<StrictMode>
|
||||
<App />
|
||||
<WorldshaperLauncher />
|
||||
</StrictMode>,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue