Skip to content

Commit e470eb5

Browse files
committed
Fix React import
1 parent 02cfb47 commit e470eb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from 'react';
12
import { useDraggablePane } from "./lib/hooks/useDraggablePane";
23
import { useConnection } from "./lib/hooks/useConnection";
34
import {

0 commit comments

Comments
 (0)