Refactor style

This commit is contained in:
MD. Ariful Alam
2021-08-25 02:48:30 +06:00
parent fac3686168
commit a317e716c5
5 changed files with 118 additions and 64 deletions

View File

@@ -92,7 +92,7 @@ function App() {
}, [dispatch])
useEffect(() => {
// loadData();
loadData();
}, [loadData])
return (