Skip to content

Commit 9de30d5

Browse files
authored
Merge pull request DSpace#2355 from alanorth/request-copy-component-path-main
src/app: fix path to deny-request-copy component
2 parents c4342d3 + 8ac1e9a commit 9de30d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/request-copy/deny-request-copy/themed-deny-request-copy.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Component } from '@angular/core';
22
import { ThemedComponent } from 'src/app/shared/theme-support/themed.component';
33

4-
import { DenyRequestCopyComponent } from 'src/themes/custom/app/request-copy/deny-request-copy/deny-request-copy.component';
4+
import { DenyRequestCopyComponent } from './deny-request-copy.component';
55

66
/**
77
* Themed wrapper for deny-request-copy.component

0 commit comments

Comments
 (0)