Skip to content

Commit b179ef7

Browse files
author
alkavats1
committed
refactor: remove empty harness e2e stylesheet
removed the empty files to remove the code smells from the code
1 parent 1c7b940 commit b179ef7

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

integration/harness-e2e-cli/src/app/app.component.scss

Whitespace-only changes.

integration/harness-e2e-cli/src/app/app.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {Component} from '@angular/core';
33
@Component({
44
selector: 'app-root',
55
templateUrl: './app.component.html',
6-
styleUrls: ['./app.component.scss'],
76
})
87
export class AppComponent {
98
title = 'harness-e2e-cli';

0 commit comments

Comments
 (0)