File tree Expand file tree Collapse file tree 3 files changed +1
-12
lines changed
trainee-profile/profile/components Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 11export * from './Comment' ;
2- export * from '../features/trainee-profile/interactions/InteractionsInfo' ;
32export * from '../features/dashboard/components/DashboardPieChart' ;
4- export * from '../features/trainee-profile/education/EducationInfo' ;
5- export * from '../features/trainee-profile/employment/EmploymentInfo' ;
63export * from './ErrorBox' ;
74export * 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' ;
115export * 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' ;
166export * from './SidebarLearningStatus' ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import IconButton from '@mui/material/IconButton';
99import { LearningStatus } from '../../../data/types/Trainee' ;
1010import { Link } from 'react-router-dom' ;
1111import LinkedInIcon from '@mui/icons-material/LinkedIn' ;
12- import { SidebarJobPath } from '../../../components' ;
12+ import { SidebarJobPath } from '../../../components/SidebarJobPath ' ;
1313import { SidebarLearningStatus } from '../../../components/SidebarLearningStatus' ;
1414import Table from '@mui/material/Table' ;
1515import TableBody from '@mui/material/TableBody' ;
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import { Trainee } from '../../../../data/types/Trainee';
1919import { useQueryClient } from '@tanstack/react-query' ;
2020import { useTraineeProfileContext } from '../../context/useTraineeProfileContext' ;
2121
22- useTraineeProfileContext ;
2322interface TraineeProfileProps {
2423 id : string ;
2524}
You can’t perform that action at this time.
0 commit comments