create product

This commit is contained in:
hamid zarghami
2026-01-24 15:38:17 +03:30
parent 54eb477200
commit cb174bf0dc
11 changed files with 261 additions and 43 deletions
+9
View File
@@ -0,0 +1,9 @@
import React from 'react'
const CreateAttribute = () => {
return (
<div>CreateAttribute</div>
)
}
export default CreateAttribute