| DIR: /proc/self/root/home/dhnidqcz/jamesakinola.com/wp-content/plugins/extendify/src/Launch/ |
| Current File : //proc/self/root/home/dhnidqcz/jamesakinola.com/wp-content/plugins/extendify/src/Launch/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);
});
|