From 367fe51e7e1c55e39299e2e667ca4f399a474019 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Sun, 10 Mar 2024 16:23:07 -0400 Subject: cleanup --- src/index.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx index ea83e21..bff0b70 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,10 +1,8 @@ import { render } from 'preact'; -import { useErrorBoundary } from 'preact/hooks'; import { NodeEditor } from './NodeEditor.tsx'; import './index.css'; export const App = () => { - const [error] = useErrorBoundary(error => alert(error)); return ( ); -- cgit v1.2.3