Skip to content

Commit

Permalink
Merge pull request #2355 from alanorth/request-copy-component-path-main
Browse files Browse the repository at this point in the history
src/app: fix path to deny-request-copy component
  • Loading branch information
tdonohue authored Jul 6, 2023
2 parents c4342d3 + 8ac1e9a commit 9de30d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Component } from '@angular/core';
import { ThemedComponent } from 'src/app/shared/theme-support/themed.component';

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

/**
* Themed wrapper for deny-request-copy.component
Expand Down

0 comments on commit 9de30d5

Please sign in to comment.