Skip to content

Commit 1e8808c

Browse files
committed
fixed according to pr comments
1 parent 53fa20e commit 1e8808c

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

client/src/components/index.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
export * from './Comment';
2-
export * from '../features/trainee-profile/interactions/InteractionsInfo';
32
export * from '../features/dashboard/components/DashboardPieChart';
4-
export * from '../features/trainee-profile/education/EducationInfo';
5-
export * from '../features/trainee-profile/employment/EmploymentInfo';
63
export * from './ErrorBox';
74
export * from './Loader';
8-
export * from '../features/trainee-profile/personal-info/PersonalInfo';
9-
export * from '../features/trainee-profile/profile/components/ProfileNav';
10-
export * from '../features/trainee-profile/profile/components/TraineeProfile';
115
export * from '../layout/ResponsiveNavBar';
12-
export * from '../features/search/components/SearchBar';
13-
export * from '../features/trainee-profile/profile/ProfileSidebar';
14-
export * from './SidebarJobPath';
15-
export * from './SidebarJobPath';
166
export * from './SidebarLearningStatus';

client/src/features/cohorts/components/CohortAccordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import IconButton from '@mui/material/IconButton';
99
import { LearningStatus } from '../../../data/types/Trainee';
1010
import { Link } from 'react-router-dom';
1111
import LinkedInIcon from '@mui/icons-material/LinkedIn';
12-
import { SidebarJobPath } from '../../../components';
12+
import { SidebarJobPath } from '../../../components/SidebarJobPath';
1313
import { SidebarLearningStatus } from '../../../components/SidebarLearningStatus';
1414
import Table from '@mui/material/Table';
1515
import TableBody from '@mui/material/TableBody';

client/src/features/trainee-profile/profile/components/TraineeProfile.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import { Trainee } from '../../../../data/types/Trainee';
1919
import { useQueryClient } from '@tanstack/react-query';
2020
import { useTraineeProfileContext } from '../../context/useTraineeProfileContext';
2121

22-
useTraineeProfileContext;
2322
interface TraineeProfileProps {
2423
id: string;
2524
}

0 commit comments

Comments
 (0)