Improved folder structure for resources and clean up

This commit is contained in:
2023-06-29 13:18:31 +01:00
parent 382a266b9a
commit d81b9970b3
22 changed files with 109 additions and 87 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export default function MainSection({ products }) {
<DataIteration
datas={products}
startLength={process.env.REACT_APP_ZERO_STATE}
endLength={products.length}
endLength={products?.length}
>
{({ datas }) => (
<div key={datas.id + Math.random()} className="item">