REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 669 B
Close
//proc/thread-self/root/home/byroehnu/easetack.com/resources/js/Admin/app.jsx
Text
Base64
import "../bootstrap" import { createRoot } from "react-dom/client" import { createInertiaApp } from "@inertiajs/react" import { Provider } from "react-redux" import { store } from "@/Redux/app/store.js" const appName = window.document.getElementsByTagName("title")[0]?.innerText || "Laravel" createInertiaApp({ title: (title) => `${title} - ${appName}`, resolve: (name) => require(`./Pages/${name}.jsx`), setup({ el, App, props }) { const root = createRoot(el) root.render( <Provider store={store}> <App {...props} /> </Provider> ) }, progress: { color: "#fa4a17" } })
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 4 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Components
DIR
-
drwxrwxrwx
2025-05-16 16:14:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Layouts
DIR
-
drwxrwxrwx
2025-05-16 16:14:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Pages
DIR
-
drwxrwxrwx
2025-05-16 16:14:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Utils
DIR
-
drwxrwxrwx
2025-05-16 16:14:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
app.jsx
669 B
lrw-rw-rw-
2025-04-08 04:12:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).