X7ROOT File Manager
Current Path:
/home/gfecatvj/4abetter.us/wp-content/plugins/extendify/src/AutoLaunch
home
/
gfecatvj
/
4abetter.us
/
wp-content
/
plugins
/
extendify
/
src
/
AutoLaunch
/
📁
..
📄
LaunchPage.jsx
(3.99 KB)
📁
_data
📄
auto-launch.css
(2.61 KB)
📄
auto-launch.js
(334 B)
📁
components
📁
fetchers
📁
functions
📁
hooks
📄
icons.jsx
(18.03 KB)
📁
state
Editing: auto-launch.js
import { LaunchPage } from '@auto-launch/LaunchPage'; import { createRoot } from '@wordpress/element'; import '@auto-launch/auto-launch.css'; requestAnimationFrame(() => { const launch = document.getElementById('extendify-auto-launch-page'); if (!launch) return; const root = createRoot(launch); root.render(<LaunchPage />); });
Upload File
Create Folder