1
0

Parts schema and scaffolld, with file uploading for the image (through Filestack)

This commit is contained in:
Ahmed Al-Taiar
2023-10-27 13:25:08 -04:00
parent 2f753308b1
commit 1eaf76fce2
31 changed files with 1492 additions and 13 deletions

View File

@ -0,0 +1,7 @@
import NewPart from 'src/components/Part/NewPart'
const NewPartPage = () => {
return <NewPart />
}
export default NewPartPage