??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/pgtankstorage.sg/wp-content/plugins/suremails/src/routes/routes.js
⬅ Kembali
import { Route, Routes, Navigate } from 'react-router-dom';
import { Connections } from '@screens/connections/index.js';
import { Logs } from '@screens/logs/index.js';
import { Dashboard } from '@screens/dashboard/index.js';
import { Notifications } from '@screens/notifications';
import { Settings } from '@screens/settings/index.js';
import {
ConnectionProviders,
ConnectSureContact,
TestEmail,
OnboardingLayout,
SafeGuard,
Welcome,
Done,
} from '@screens/onboarding';
import AddOns from '@screens/add-ons/add-ons';
const ContentArea = () => {
return (
<div className="content-area w-full">
<Routes>
<Route path="/connections" element={ <Connections /> } />
<Route path="/logs" element={ <Logs /> } />
<Route path="/dashboard" element={ <Dashboard /> } />
<Route path="/settings" element={ <Settings /> } />
<Route path="/notifications" element={ <Notifications /> } />
<Route path="/add-ons" element={ <AddOns /> } />
<Route
path="/"
element={ <Navigate to="/dashboard" replace /> }
/>
<Route path="/onboarding" element={ <OnboardingLayout /> }>
<Route
index
element={
<Navigate to="/onboarding/welcome" replace />
}
/>
<Route path="welcome" element={ <Welcome /> } />
<Route
path="connection"
element={ <ConnectionProviders /> }
/>
<Route path="connect" element={ <ConnectSureContact /> } />
<Route path="test" element={ <TestEmail /> } />
<Route path="reputation-shield" element={ <SafeGuard /> } />
<Route path="done" element={ <Done /> } />
</Route>
</Routes>
</div>
);
};
export default ContentArea;
Nama
Tipe
Ukuran
Diubah
Aksi
📜 routes.js
js
1.6 KB
2026-06-24 02:23