schedules page removed

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-16 21:21:07 +00:00
parent 51cd021f85
commit 56c30e4904
9 changed files with 12 additions and 35 deletions

View File

@@ -21,7 +21,6 @@ import { useAuthStore } from "../../store/authStore";
* - /settings (including /settings/sites)
* - /dashboard
* - /analytics
* - /schedules
* - /thinker
* - /signin, /signup
*/
@@ -37,7 +36,6 @@ const SITE_SWITCHER_HIDDEN_PATHS = [
'/settings',
'/dashboard',
'/analytics',
'/schedules',
'/thinker',
];