notifciations issues fixed final
This commit is contained in:
@@ -68,6 +68,7 @@ const AccountSettingsPage = lazy(() => import("./pages/account/AccountSettingsPa
|
||||
// TeamManagementPage - Now integrated as tab in AccountSettingsPage
|
||||
const UsageAnalyticsPage = lazy(() => import("./pages/account/UsageAnalyticsPage"));
|
||||
const ContentSettingsPage = lazy(() => import("./pages/account/ContentSettingsPage"));
|
||||
const NotificationsPage = lazy(() => import("./pages/account/NotificationsPage"));
|
||||
|
||||
// Reference Data - Lazy loaded
|
||||
const SeedKeywords = lazy(() => import("./pages/Reference/SeedKeywords"));
|
||||
@@ -192,6 +193,9 @@ export default function App() {
|
||||
<Route path="/billing/usage" element={<Usage />} />
|
||||
|
||||
{/* Account Section - Billing & Management Pages */}
|
||||
{/* Notifications */}
|
||||
<Route path="/account/notifications" element={<NotificationsPage />} />
|
||||
|
||||
{/* Account Settings - with sub-routes for sidebar navigation */}
|
||||
<Route path="/account/settings" element={<AccountSettingsPage />} />
|
||||
<Route path="/account/settings/profile" element={<AccountSettingsPage />} />
|
||||
|
||||
Reference in New Issue
Block a user