diff --git a/web/src/routeTree.gen.ts b/web/src/routeTree.gen.ts
index 813f51b..6a76ca0 100644
--- a/web/src/routeTree.gen.ts
+++ b/web/src/routeTree.gen.ts
@@ -46,9 +46,6 @@ const AuthenticatedOauth2IndexLazyImport = createFileRoute(
const AuthenticatedOauth2ResultIndexLazyImport = createFileRoute(
'/_authenticated/oauth2-result/',
)()
-const AuthenticatedMailboxesIndexLazyImport = createFileRoute(
- '/_authenticated/mailboxes/',
-)()
const AuthenticatedApiDocsIndexLazyImport = createFileRoute(
'/_authenticated/api-docs/',
)()
@@ -207,15 +204,6 @@ const AuthenticatedOauth2ResultIndexLazyRoute =
),
)
-const AuthenticatedMailboxesIndexLazyRoute =
- AuthenticatedMailboxesIndexLazyImport.update({
- id: '/mailboxes/',
- path: '/mailboxes/',
- getParentRoute: () => AuthenticatedRouteRoute,
- } as any).lazy(() =>
- import('./routes/_authenticated/mailboxes/index.lazy').then((d) => d.Route),
- )
-
const AuthenticatedApiDocsIndexLazyRoute =
AuthenticatedApiDocsIndexLazyImport.update({
id: '/api-docs/',
@@ -451,13 +439,6 @@ declare module '@tanstack/react-router' {
preLoaderRoute: typeof AuthenticatedApiDocsIndexLazyImport
parentRoute: typeof AuthenticatedRouteImport
}
- '/_authenticated/mailboxes/': {
- id: '/_authenticated/mailboxes/'
- path: '/mailboxes'
- fullPath: '/mailboxes'
- preLoaderRoute: typeof AuthenticatedMailboxesIndexLazyImport
- parentRoute: typeof AuthenticatedRouteImport
- }
'/_authenticated/oauth2-result/': {
id: '/_authenticated/oauth2-result/'
path: '/oauth2-result'
@@ -550,7 +531,6 @@ interface AuthenticatedRouteRouteChildren {
AuthenticatedIndexRoute: typeof AuthenticatedIndexRoute
AuthenticatedAccountsIndexLazyRoute: typeof AuthenticatedAccountsIndexLazyRoute
AuthenticatedApiDocsIndexLazyRoute: typeof AuthenticatedApiDocsIndexLazyRoute
- AuthenticatedMailboxesIndexLazyRoute: typeof AuthenticatedMailboxesIndexLazyRoute
AuthenticatedOauth2ResultIndexLazyRoute: typeof AuthenticatedOauth2ResultIndexLazyRoute
AuthenticatedOauth2IndexLazyRoute: typeof AuthenticatedOauth2IndexLazyRoute
AuthenticatedSearchIndexLazyRoute: typeof AuthenticatedSearchIndexLazyRoute
@@ -564,7 +544,6 @@ const AuthenticatedRouteRouteChildren: AuthenticatedRouteRouteChildren = {
AuthenticatedIndexRoute: AuthenticatedIndexRoute,
AuthenticatedAccountsIndexLazyRoute: AuthenticatedAccountsIndexLazyRoute,
AuthenticatedApiDocsIndexLazyRoute: AuthenticatedApiDocsIndexLazyRoute,
- AuthenticatedMailboxesIndexLazyRoute: AuthenticatedMailboxesIndexLazyRoute,
AuthenticatedOauth2ResultIndexLazyRoute:
AuthenticatedOauth2ResultIndexLazyRoute,
AuthenticatedOauth2IndexLazyRoute: AuthenticatedOauth2IndexLazyRoute,
@@ -594,7 +573,6 @@ export interface FileRoutesByFullPath {
'/users/roles': typeof AuthenticatedUsersRolesLazyRoute
'/accounts': typeof AuthenticatedAccountsIndexLazyRoute
'/api-docs': typeof AuthenticatedApiDocsIndexLazyRoute
- '/mailboxes': typeof AuthenticatedMailboxesIndexLazyRoute
'/oauth2-result': typeof AuthenticatedOauth2ResultIndexLazyRoute
'/oauth2': typeof AuthenticatedOauth2IndexLazyRoute
'/search': typeof AuthenticatedSearchIndexLazyRoute
@@ -619,7 +597,6 @@ export interface FileRoutesByTo {
'/users/roles': typeof AuthenticatedUsersRolesLazyRoute
'/accounts': typeof AuthenticatedAccountsIndexLazyRoute
'/api-docs': typeof AuthenticatedApiDocsIndexLazyRoute
- '/mailboxes': typeof AuthenticatedMailboxesIndexLazyRoute
'/oauth2-result': typeof AuthenticatedOauth2ResultIndexLazyRoute
'/oauth2': typeof AuthenticatedOauth2IndexLazyRoute
'/search': typeof AuthenticatedSearchIndexLazyRoute
@@ -649,7 +626,6 @@ export interface FileRoutesById {
'/_authenticated/users/roles': typeof AuthenticatedUsersRolesLazyRoute
'/_authenticated/accounts/': typeof AuthenticatedAccountsIndexLazyRoute
'/_authenticated/api-docs/': typeof AuthenticatedApiDocsIndexLazyRoute
- '/_authenticated/mailboxes/': typeof AuthenticatedMailboxesIndexLazyRoute
'/_authenticated/oauth2-result/': typeof AuthenticatedOauth2ResultIndexLazyRoute
'/_authenticated/oauth2/': typeof AuthenticatedOauth2IndexLazyRoute
'/_authenticated/search/': typeof AuthenticatedSearchIndexLazyRoute
@@ -679,7 +655,6 @@ export interface FileRouteTypes {
| '/users/roles'
| '/accounts'
| '/api-docs'
- | '/mailboxes'
| '/oauth2-result'
| '/oauth2'
| '/search'
@@ -703,7 +678,6 @@ export interface FileRouteTypes {
| '/users/roles'
| '/accounts'
| '/api-docs'
- | '/mailboxes'
| '/oauth2-result'
| '/oauth2'
| '/search'
@@ -731,7 +705,6 @@ export interface FileRouteTypes {
| '/_authenticated/users/roles'
| '/_authenticated/accounts/'
| '/_authenticated/api-docs/'
- | '/_authenticated/mailboxes/'
| '/_authenticated/oauth2-result/'
| '/_authenticated/oauth2/'
| '/_authenticated/search/'
@@ -790,7 +763,6 @@ export const routeTree = rootRoute
"/_authenticated/",
"/_authenticated/accounts/",
"/_authenticated/api-docs/",
- "/_authenticated/mailboxes/",
"/_authenticated/oauth2-result/",
"/_authenticated/oauth2/",
"/_authenticated/search/"
@@ -878,10 +850,6 @@ export const routeTree = rootRoute
"filePath": "_authenticated/api-docs/index.lazy.tsx",
"parent": "/_authenticated"
},
- "/_authenticated/mailboxes/": {
- "filePath": "_authenticated/mailboxes/index.lazy.tsx",
- "parent": "/_authenticated"
- },
"/_authenticated/oauth2-result/": {
"filePath": "_authenticated/oauth2-result/index.lazy.tsx",
"parent": "/_authenticated"
diff --git a/web/src/routes/_authenticated/mailboxes/index.lazy.tsx b/web/src/routes/_authenticated/mailboxes/index.lazy.tsx
deleted file mode 100644
index 4be3d28..0000000
--- a/web/src/routes/_authenticated/mailboxes/index.lazy.tsx
+++ /dev/null
@@ -1,25 +0,0 @@
-//
-// Copyright (c) 2025-2026 rustmailer.com (https://rustmailer.com)
-//
-// This file is part of the Bichon Email Archiving Project
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Affero General Public License for more details.
-//
-// You should have received a copy of the GNU Affero General Public License
-// along with this program. If not, see .
-
-
-import { createLazyFileRoute } from '@tanstack/react-router'
-import Mailboxes from '@/features/mailbox'
-
-export const Route = createLazyFileRoute('/_authenticated/mailboxes/')({
- component: Mailboxes,
-})