feat: Latest production version with interior scene and glass
Includes room interior with floor, walls, glass you can see through, and all uncommitted production changes that were running live. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
16
bron/index.js
Normal file
16
bron/index.js
Normal file
@@ -0,0 +1,16 @@
|
||||
import App from './App'
|
||||
import './style.css'
|
||||
import './style0.css'
|
||||
import './tailwind.css'
|
||||
import ReactDOM from 'react-dom/client'
|
||||
import "@fontsource/poppins";
|
||||
import ConsentBanner from './components/ConsentBanner'
|
||||
|
||||
const root = ReactDOM.createRoot(document.querySelector('#root'))
|
||||
|
||||
root.render(
|
||||
<>
|
||||
<App />
|
||||
{/* <ConsentBanner /> */}
|
||||
</>
|
||||
)
|
||||
Reference in New Issue
Block a user