Skip to content

Commit

Permalink
Removed helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Pipe-Runner committed May 30, 2023
1 parent 2cbf222 commit 940f46b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Controls from "../../objects/Controls";
import EditorPanel from "../../components/EditorPanel";
import GraphPanel from "../../components/GraphPanel";
import Scene from "../../objects/Scene";
import { Stats } from '@react-three/drei'
// import { Stats } from '@react-three/drei'

function Home() {
// const { isPyodideLoading } = useContext(PyodideContext);
Expand All @@ -17,7 +17,7 @@ function Home() {
className="relative w-full h-full overflow-hidden"
>
<Canvas shadows>
<Stats />
{/* <Stats /> */}
<Scene />

{/* Utils */}
Expand Down

0 comments on commit 940f46b

Please sign in to comment.