fix: Storybook import path for onboarding-management
- Update import from non-existent onboarding-management to onboarding-schemas/index
This commit is contained in:
parent
a5bfe63f78
commit
78b6558539
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ import DesignationManagementPage from '../../routes/admin/designation-management
|
|||
import EmployeesPage from '../../routes/admin/employees';
|
||||
import InternalDashboardManagementPage from '../../routes/admin/internal-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 = {
|
||||
title: 'Admin/Pages',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue