Initial commit
This commit is contained in:
12
web/app/(commonLayout)/datasets/create/page.tsx
Normal file
12
web/app/(commonLayout)/datasets/create/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from 'react'
|
||||
import DatasetUpdateForm from '@/app/components/datasets/create'
|
||||
|
||||
type Props = {}
|
||||
|
||||
const DatasetCreation = async (props: Props) => {
|
||||
return (
|
||||
<DatasetUpdateForm />
|
||||
)
|
||||
}
|
||||
|
||||
export default DatasetCreation
|
||||
Reference in New Issue
Block a user