whoami7 - Manager
:
/
home
/
analuakl
/
somethingsmushy.com
/
wp-content
/
plugins
/
user-registration
/
src
/
welcome
/
Upload File:
files >> /home/analuakl/somethingsmushy.com/wp-content/plugins/user-registration/src/welcome/index.tsx
import { createRoot } from "react-dom/client"; import App from "./components/App"; document.addEventListener("DOMContentLoaded", () => { const appRoot = document.getElementById("user-registration-setup-wizard"); if (appRoot) { const root = createRoot(appRoot); root.render(<App />); } });
Copyright ©2021 || Defacer Indonesia