X7ROOT File Manager
Current Path:
/home/iptvzxij/public_html/wp-content/plugins/extendify/src/Launch
home
/
iptvzxij
/
public_html
/
wp-content
/
plugins
/
extendify
/
src
/
Launch
/
📁
..
📄
LaunchPage.jsx
(4.12 KB)
📁
_data
📁
api
📁
components
📁
hooks
📄
launch.css
(2.73 KB)
📄
launch.js
(276 B)
📁
layouts
📁
lib
📁
pages
📁
state
📁
svg
📁
utils
Editing: launch.js
import { render } from '@shared/lib/dom'; import { LaunchPage } from '@launch/LaunchPage'; import '@launch/launch.css'; requestAnimationFrame(() => { const launch = document.getElementById('extendify-launch-page'); if (!launch) return; render(<LaunchPage />, launch); });
Upload File
Create Folder