Parts schema and scaffolld, with file uploading for the image (through Filestack)
This commit is contained in:
7
web/src/pages/Part/NewPartPage/NewPartPage.tsx
Normal file
7
web/src/pages/Part/NewPartPage/NewPartPage.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import NewPart from 'src/components/Part/NewPart'
|
||||
|
||||
const NewPartPage = () => {
|
||||
return <NewPart />
|
||||
}
|
||||
|
||||
export default NewPartPage
|
Reference in New Issue
Block a user