REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 2.41 KB
Close
/home/byroehnu/easepaybiz.easetack.com/node_modules/adminjs/src/frontend/bundle-entry.jsx
Text
Base64
import { ThemeProvider } from '@adminjs/design-system/styled-components' import React, { Suspense } from 'react' import { I18nextProvider } from 'react-i18next' import { Provider } from 'react-redux' import { BrowserRouter } from 'react-router-dom' import ViewHelpers from '../backend/utils/view-helpers/view-helpers.js' import { flat } from '../utils/flat/index.js' import * as AppComponents from './components/app/index.js' import * as ActionComponents from './components/actions/index.js' import App, { OriginalApp } from './components/application.js' import { AppLoader } from './components/index.js' import Login from './components/login/index.js' import BasePropertyComponent, { CleanPropertyComponent } from './components/property-type/index.js' import * as PropertyComponentUtils from './components/property-type/utils/index.js' import * as ActionUtils from './interfaces/action/index.js' import withNotice from './hoc/with-notice.js' import * as Hooks from './hooks/index.js' import createStore from './store/store.js' import initTranslations from './utils/adminjs.i18n.js' import ApiClient from './utils/api-client.js' const env = { NODE_ENV: process.env.NODE_ENV || 'development', } const store = createStore(window.REDUX_STATE) const theme = window.THEME const { locale } = store.getState() const { i18n } = initTranslations(locale) const Application = ( <Provider store={store}> <ThemeProvider theme={theme}> <I18nextProvider i18n={i18n}> <BrowserRouter> <Suspense fallback={<AppLoader />}> <App /> </Suspense> </BrowserRouter> </I18nextProvider> </ThemeProvider> </Provider> ) const loginAppProps = window.__APP_STATE__ ?? {} const LoginApplication = ( <Provider store={store}> <ThemeProvider theme={theme}> <I18nextProvider i18n={i18n}> <BrowserRouter> <Suspense fallback={<AppLoader />}> <Login {...loginAppProps} /> </Suspense> </BrowserRouter> </I18nextProvider> </ThemeProvider> </Provider> ) // eslint-disable-next-line no-undef window.regeneratorRuntime = regeneratorRuntime export default { withNotice, Application, OriginalApplication: OriginalApp, LoginApplication, ViewHelpers, UserComponents: {}, ApiClient, BasePropertyComponent, CleanPropertyComponent, env, ...PropertyComponentUtils, ...AppComponents, ...ActionComponents, ...Hooks, ...ActionUtils, flat, }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 7 × Files: 8
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
assets
DIR
-
drwxr-xr-x
2026-03-14 01:49:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
components
DIR
-
drwxr-xr-x
2026-03-14 01:49:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
hoc
DIR
-
drwxr-xr-x
2026-03-14 01:49:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
hooks
DIR
-
drwxr-xr-x
2026-03-14 01:49:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
interfaces
DIR
-
drwxr-xr-x
2026-03-14 01:49:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
store
DIR
-
drwxr-xr-x
2026-03-14 01:49:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
utils
DIR
-
drwxr-xr-x
2026-03-14 01:49:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
.htaccess
127 B
lr--r--r--
2026-03-14 01:49:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
bundle-entry.jsx
2.41 KB
lrw-r--r--
2026-03-05 00:20:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
global-entry.js
1.07 KB
lrw-r--r--
2026-03-05 00:20:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.ts
206 B
lrw-r--r--
2026-03-05 00:20:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
layout-template.spec.ts
2.04 KB
lrw-r--r--
2026-03-05 00:20:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
layout-template.tsx
4.45 KB
lrw-r--r--
2026-03-05 00:20:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
login-template.spec.ts
442 B
lrw-r--r--
2026-03-05 00:20:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
login-template.tsx
4.84 KB
lrw-r--r--
2026-03-05 00:20:28
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).