[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: app.js
/** * Elementor App */ import { useContext } from 'react'; import router from '@elementor/router'; import { Router, LocationProvider, createHistory } from '@reach/router'; import { createHashSource } from 'reach-router-hash-history'; import NotFound from 'elementor-app/pages/not-found'; import Index from 'elementor-app/pages/index'; import ErrorBoundary from 'elementor-app/organisms/error-boundary'; import './app.scss'; import { AppContext } from 'elementor-app/app-context'; import { ThemeProvider } from 'styled-components'; const { Suspense } = React; export default function App() { const appContext = useContext( AppContext ), { isDarkMode } = appContext.state, theme = { config: { variants: { light: ! isDarkMode, dark: isDarkMode, }, }, }; // Use hash route because it's actually rendered on a WP Admin page. // Make it public for external uses. router.appHistory = createHistory( createHashSource() ); return ( <ErrorBoundary> <LocationProvider history={ router.appHistory }> <ThemeProvider theme={ theme }> <Suspense fallback={ null }> <Router> { router.getRoutes() } <Index path="/" /> <NotFound default /> </Router> </Suspense> </ThemeProvider> </LocationProvider> </ErrorBoundary> ); }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server.dijitaldukkanim.com.tr
Server IP: 104.247.168.220
PHP Version: 8.1.33
Server Software: Apache
System: Linux server.dijitaldukkanim.com.tr 4.18.0-553.105.1.el8_10.x86_64 #1 SMP Tue Feb 17 05:17:39 EST 2026 x86_64
HDD Total: 492.3 GB
HDD Free: 180.56 GB
Domains on IP: N/A (Requires external lookup)
System Features