PATH:
home
/
bkunreyz
/
ezdatarecovery.net
/
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 />); });
[+]
state
[-] auto-launch.js
[edit]
[+]
fetchers
[-] auto-launch.css
[edit]
[+]
hooks
[+]
components
[-] LaunchPage.jsx
[edit]
[+]
functions
[+]
..
[+]
__tests__
[-] icons.jsx
[edit]
[+]
_data