parent
1cc2893bc9
commit
6bd1f788d3
2 changed files with 13 additions and 1 deletions
@ -0,0 +1,11 @@ |
||||
import React from "react"; |
||||
|
||||
const DesktopProductLayout = () =>{ |
||||
return ( |
||||
<div className="w-full flex flex-row gap-10 px-5 overflow-y-hidden mt-3"> |
||||
Desktop |
||||
</div> |
||||
); |
||||
}; |
||||
|
||||
export default DesktopProductLayout; |
Loading…
Reference in new issue