Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix tests errors
  • Loading branch information
andresacg30 committed Sep 30, 2022
commit 7a6c5350b6a46453dd486f70553e404d69892988
10 changes: 10 additions & 0 deletions src/app/modules/v2-redirect/v2-redirect.component.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { Component, OnInit } from '@angular/core';

@Component({
selector: 'app-v2-redirect',
templateUrl: './v2-redirect.component.html',
styleUrls: ['./v2-redirect.component.css']
})
export class V2RedirectComponent {

}