Skip to content

Commit

Permalink
remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
feledori committed Oct 18, 2024
1 parent 03cb95a commit 9f9fce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/(pages)/r3f/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import s from './r3f.module.css'
export default function Home() {
return (
<TheatreProjectProvider id="Satus-R3f" config="/config/Satus-R3f.json">
<Wrapper theme="red" className={s.page} webgl={true}>
<Wrapper theme="red" className={s.page}>
<div className={s.inner}>
<Box className={s.box} />
</div>
<Canvas root />
</Wrapper>
<Canvas root />
</TheatreProjectProvider>
)
}

0 comments on commit 9f9fce1

Please sign in to comment.