Update frontend/src/components/Panel.jsx
Browse files
frontend/src/components/Panel.jsx
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
import React from 'react';
|
2 |
import '../App.css';
|
3 |
|
4 |
const Panel = ({
|
|
|
1 |
+
import React,{ useEffect } from 'react';
|
2 |
import '../App.css';
|
3 |
|
4 |
const Panel = ({
|