This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
henrique
/
clinica
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
refactor: remove import de useImperativeHandle
master
Henrique-Sousa
2 weeks ago
parent
105dc92c3f
commit
5263c83aa5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ui/src/containers/DashboardContainer/index.jsx
+ 1
- 1
ui/src/containers/DashboardContainer/index.jsx
View File
@ -1,4 +1,4 @@
import
React
,
{
useState
,
useEffect
,
useImperativeHandle
}
from
"react"
;
import
React
,
{
useState
,
useEffect
}
from
"react"
;
import
{
Table
,
Button
,
Modal
}
from
'antd'
;
Write
Preview
Loading…
Cancel
Save