????

Your IP : 216.73.217.111


Current Path : /proc/self/root/home/arabianr/www/wp-content/plugins/extendify/src/AutoLaunch/
Upload File :
Current File : //proc/self/root/home/arabianr/www/wp-content/plugins/extendify/src/AutoLaunch/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 />);
});