@@ -25,14 +25,14 @@ import { takeUntilDestroyed, toSignal } from '@angular/core/rxjs-interop';
2525import { FormControl } from '@angular/forms' ;
2626import { ActivatedRoute , Router , RouterLink } from '@angular/router' ;
2727
28- import { MEETING_SUBMISSIONS_TABLE_PARAMS } from '@osf/features/meetings/constants ' ;
29- import { MeetingSubmission } from '@osf/features/meetings/models ' ;
30- import { GetMeetingById , GetMeetingSubmissions , MeetingsSelectors } from '@osf/features/meetings/store ' ;
31- import { parseQueryFilterParams } from '@osf/shared/helpers/http.helper ' ;
32- import { SearchInputComponent , SubHeaderComponent } from '@shared/components' ;
33- import { SortOrder } from '@shared/enums ' ;
34- import { QueryParams , TableParameters } from '@shared /models' ;
35- import { SearchFilters } from '@shared/models/filters ' ;
28+ import { SearchInputComponent , SubHeaderComponent } from '@osf/shared/components ' ;
29+ import { SortOrder } from '@osf/shared/enums ' ;
30+ import { parseQueryFilterParams } from '@osf/shared/helpers ' ;
31+ import { QueryParams , SearchFilters , TableParameters } from '@osf/shared/models ' ;
32+
33+ import { MEETING_SUBMISSIONS_TABLE_PARAMS } from '../../constants ' ;
34+ import { MeetingSubmission } from '../.. /models' ;
35+ import { GetMeetingById , GetMeetingSubmissions , MeetingsSelectors } from '../../store ' ;
3636
3737@Component ( {
3838 selector : 'osf-meeting-details' ,
0 commit comments