Feat: start working on dragndrop

This commit is contained in:
2025-01-08 17:16:33 +03:00
parent 4c8bcf07b3
commit a74b499d83
4 changed files with 44 additions and 12 deletions

View File

@@ -69,7 +69,7 @@ function App() {
{images
.filter(image => image.category === '')
.map((image, index) => (
<TierImage image={image.url} name='test' key={index} />
<TierImage image={image} key={index} />
))}
</div>
<div className='border border-black w-20 text-center cursor-pointer' onClick={clickUpload}>