Skip to content

Commit 564c12e

Browse files
committed
chore(lab): remove useEffect
1 parent 7193327 commit 564c12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hedgehog-lab/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, {useEffect} from "react";
1+
import React from "react";
22

33
const App = (): React.ReactElement => {
44
return (

0 commit comments

Comments
 (0)