Skip to content

Commit 2905638

Browse files
authored
refactor: remove empty harness e2e stylesheet (#25304)
removed the empty files to remove the code smells from the code
1 parent c4da9c0 commit 2905638

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

-1
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)