Skip to content

Commit

Permalink
Fix/logout component (#5)
Browse files Browse the repository at this point in the history
* delete: Removed pull request template.

* delete: ci: pull request merged check.

* fix: Removed logout component import
  • Loading branch information
efiege committed Aug 31, 2022
1 parent d22e595 commit 820b279
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
} from '../edc-demo/components/transfer-history/transfer-history-viewer.component';
import {PolicyViewComponent} from "../edc-demo/components/policy-view/policy-view.component";
import {ContractViewerComponent} from "../edc-demo/components/contract-viewer/contract-viewer.component";
import {LogoutComponent} from "../edc-demo/components/logout/logout.component";

export const routes: Routes = [
{
Expand Down

0 comments on commit 820b279

Please sign in to comment.