Skip to content

Commit 7a6c535

Browse files
committed
fix tests errors
1 parent 1290253 commit 7a6c535

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import { Component, OnInit } from '@angular/core';
2+
3+
@Component({
4+
selector: 'app-v2-redirect',
5+
templateUrl: './v2-redirect.component.html',
6+
styleUrls: ['./v2-redirect.component.css']
7+
})
8+
export class V2RedirectComponent {
9+
10+
}

0 commit comments

Comments
 (0)