📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 03:58:14
📂
/ (Root)
/
home
/
xeqi7597
/
cds.claireduwig.com
/
wp-content
/
plugins
/
generateblocks
/
src
/
hoc
📍 /home/xeqi7597/cds.claireduwig.com/wp-content/plugins/generateblocks/src/hoc
🔄 Refresh
✏️
Editing: withDeviceType.js
Writable
import { useDeviceType } from '../hooks'; export default ( WrappedComponent ) => { return ( props ) => { const [ deviceType ] = useDeviceType(); return ( <WrappedComponent { ...props } deviceType={ deviceType } /> ); }; };
💾 Save Changes
❌ Cancel