From e470eb5c5167b2aa18ca14e85ba1586008a98015 Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Fri, 24 Jan 2025 13:27:20 +0000 Subject: [PATCH] Fix React import --- client/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/App.tsx b/client/src/App.tsx index 9fad257..1c6d6b6 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -1,3 +1,4 @@ +import React from 'react'; import { useDraggablePane } from "./lib/hooks/useDraggablePane"; import { useConnection } from "./lib/hooks/useConnection"; import {