X7ROOT File Manager
Current Path:
/home/magneti1/public_html/wp-content/plugins/everest-forms/src/dashboard
home
/
magneti1
/
public_html
/
wp-content
/
plugins
/
everest-forms
/
src
/
dashboard
/
ðŸ“
..
📄
App.js
(737 B)
ðŸ“
Constants
ðŸ“
Router
ðŸ“
Theme
ðŸ“
components
ðŸ“
context
ðŸ“
images
📄
index.js
(298 B)
ðŸ“
reducers
ðŸ“
screens
ðŸ“
skeleton
ðŸ“
utils
Editing: index.js
import React from "react"; import ReactDOM from "react-dom/client"; import App from "./App"; (function () { const container = document.getElementById("everest-forms-dashboard"); if (!container) return; const root = ReactDOM.createRoot(container); if (root) { root.render(<App />); } })();
Upload File
Create Folder