fix: Storybook import path for onboarding-management

- Update import from non-existent onboarding-management to onboarding-schemas/index
This commit is contained in:
Ashwin Kumar Sivakumar 2026-07-06 22:02:39 +05:30
parent a5bfe63f78
commit 78b6558539

View file

@ -10,7 +10,8 @@ import DesignationManagementPage from '../../routes/admin/designation-management
import EmployeesPage from '../../routes/admin/employees'; import EmployeesPage from '../../routes/admin/employees';
import InternalDashboardManagementPage from '../../routes/admin/internal-dashboard-management'; import InternalDashboardManagementPage from '../../routes/admin/internal-dashboard-management';
import ExternalDashboardManagementPage from '../../routes/admin/external-dashboard-management'; import ExternalDashboardManagementPage from '../../routes/admin/external-dashboard-management';
import OnboardingManagementPage from '../../routes/admin/onboarding-management'; // Onboarding management uses onboarding-schemas route
import OnboardingManagementPage from '../../routes/admin/onboarding-schemas/index';
const meta = { const meta = {
title: 'Admin/Pages', title: 'Admin/Pages',