parent
7485d954ac
commit
703de932c3
2 changed files with 13 additions and 0 deletions
@ -0,0 +1,11 @@ |
||||
import React from "react"; |
||||
|
||||
const AddProduct = () => { |
||||
return( |
||||
<div className="w-[96%] h-screen bg-gray-200 flex items-center justify-center"> |
||||
skdjfksajflkjasdfasdf |
||||
</div> |
||||
) |
||||
} |
||||
|
||||
export default AddProduct; |
Loading…
Reference in new issue