Refactor launcher and studio modules

This commit is contained in:
Andraxion 2026-06-27 04:36:26 -04:00
parent a20d298be2
commit ec3e0f5138
34 changed files with 10300 additions and 8600 deletions

View file

@ -1,7 +1,7 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import WorldshaperLauncher from './WorldshaperLauncher.tsx'
import WorldshaperLauncher from './launcher/WorldshaperLauncher.tsx'
createRoot(document.getElementById('root')!).render(
<StrictMode>