File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
src/app/features/registry/pages/registry-overview Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,12 @@ import { SubHeaderComponent } from '@osf/shared/components/sub-header/sub-header
88import { ViewOnlyLinkMessageComponent } from '@osf/shared/components/view-only-link-message/view-only-link-message.component' ;
99import { CustomDialogService } from '@osf/shared/services/custom-dialog.service' ;
1010
11- import {
12- ArchivingMessageComponent ,
13- RegistryBlocksSectionComponent ,
14- RegistryRevisionsComponent ,
15- RegistryStatusesComponent ,
16- } from '../../components' ;
11+ import { ArchivingMessageComponent } from '../../components/archiving-message/archiving-message.component' ;
1712import { RegistrationOverviewToolbarComponent } from '../../components/registration-overview-toolbar/registration-overview-toolbar.component' ;
13+ import { RegistryBlocksSectionComponent } from '../../components/registry-blocks-section/registry-blocks-section.component' ;
1814import { RegistryOverviewMetadataComponent } from '../../components/registry-overview-metadata/registry-overview-metadata.component' ;
15+ import { RegistryRevisionsComponent } from '../../components/registry-revisions/registry-revisions.component' ;
16+ import { RegistryStatusesComponent } from '../../components/registry-statuses/registry-statuses.component' ;
1917import { WithdrawnMessageComponent } from '../../components/withdrawn-message/withdrawn-message.component' ;
2018import { RegistrySelectors } from '../../store/registry' ;
2119
You can’t perform that action at this time.
0 commit comments