Skip to content

Commit

Permalink
feat: hide relighter
Browse files Browse the repository at this point in the history
  • Loading branch information
JDihlmann committed Dec 21, 2023
1 parent 525e862 commit 9fdc18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const App = () => {
{document.chapters.map((chapter: ChapterNode, index: number) => (
<Chapter {...chapter} key={index} figures={figures} />
))}
<Relighter />
{/* <Relighter /> */}
<RelighterR3F />
<Citation {...citation} />
<Acknowledgements {...acknowledgements} />
Expand Down

0 comments on commit 9fdc18d

Please sign in to comment.