add crud products

This commit is contained in:
Wikzyy
2025-03-07 14:29:30 +07:00
parent e4b4b88d59
commit 7c8d03f713
8 changed files with 916 additions and 0 deletions

View File

@ -0,0 +1,7 @@
const ProviderMaster = () => {
return (
<h1>Provider</h1>
)
}
export default ProviderMaster;