This commit is contained in:
Ebube
2024-03-17 20:04:31 +01:00
parent bacfa1b404
commit 38becd42ac
6 changed files with 116 additions and 10 deletions
+12
View File
@@ -0,0 +1,12 @@
import React from 'react'
import { InputCompOne } from '..'
const BasicInfo = () => {
return (
<div>
<InputCompOne />
</div>
)
}
export default BasicInfo