Skip to content

Commit

Permalink
New fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexristinmaa committed Nov 10, 2024
1 parent 01e7a80 commit 6d52934
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 528 deletions.
Binary file not shown.
1 change: 0 additions & 1 deletion alexanderristinmaa/app/(experiments)/mandelbrot/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const ZOOMFACTOR = 8;
export default function Home() {
const [iterations, setIterations] = useState(255);


// useEffect is to make sure it is only run client-side
useEffect(() => {
import("./mandelbrot/wasm_exec").then(() => {
Expand Down
Loading

0 comments on commit 6d52934

Please sign in to comment.