mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
8 lines
75 B
TypeScript
8 lines
75 B
TypeScript
export class LocationStub {
|
|
|
|
getState(): unknown {
|
|
return {};
|
|
}
|
|
|
|
}
|