PATH:
home
/
bnathsfovv
/
marcopaolini.info
/
wp-content
/
plugins
/
extendify
/
src
/
AutoLaunch
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 />); });
[+]
components
[+]
state
[+]
_data
[-] LaunchPage.jsx
[edit]
[+]
functions
[-] icons.jsx
[edit]
[-] auto-launch.js
[edit]
[+]
fetchers
[+]
..
[-] auto-launch.css
[edit]
[+]
hooks