X7ROOT File Manager
Current Path:
/home/notabjze/pyirates.net/wp-content/plugins/extendify/src/Launch
home
/
notabjze
/
pyirates.net
/
wp-content
/
plugins
/
extendify
/
src
/
Launch
/
ðŸ“
..
📄
LaunchPage.jsx
(3.91 KB)
ðŸ“
_data
ðŸ“
api
ðŸ“
components
ðŸ“
hooks
📄
launch.css
(2.59 KB)
📄
launch.js
(384 B)
ðŸ“
layouts
ðŸ“
lib
ðŸ“
pages
ðŸ“
state
ðŸ“
svg
Editing: launch.js
import { render, createRoot } from '@wordpress/element'; import { LaunchPage } from '@launch/LaunchPage'; import './launch.css'; requestAnimationFrame(() => { const launch = document.getElementById('extendify-launch-page'); if (!launch) return; if (typeof createRoot !== 'function') { render(<LaunchPage />, launch); return; } createRoot(launch).render(<LaunchPage />); });
Upload File
Create Folder