Skip to content

Commit

Permalink
Fixing import error
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaNeki authored and andreaNeki committed Aug 28, 2024
1 parent 405a483 commit e43469f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ import {
getBitstreamDownloadRoute,
getBitstreamRequestACopyRoute,
} from '../../app-routing-paths';
import { DSONameService } from '../../core/breadcrumbs/dso-name.service';
import { AuthorizationDataService } from '../../core/data/feature-authorization/authorization-data.service';
import { FeatureID } from '../../core/data/feature-authorization/feature-id';
import { Bitstream } from '../../core/shared/bitstream.model';
import { Item } from '../../core/shared/item.model';
import { DSONameService } from '../../core/breadcrumbs/dso-name.service';
import {
hasValue,
isNotEmpty,
Expand Down

0 comments on commit e43469f

Please sign in to comment.