import {isMobile} from 'react-device-detect'; const MyComponent = () => { if(isMobile) { return ( <div> This content is available only on ...
確定! 回上一頁