Skip to content

Commit

Permalink
Üres SCSS fájl törlése
Browse files Browse the repository at this point in the history
A SonarCloud analízise felhívta a figyelmet az üres app.component.scss fájlra. Mivel erre nincs szükség a projektben, így ezt kitöröltem a többiekkel való egyeztetés után.
  • Loading branch information
csaba012 committed May 15, 2024
1 parent a6b8bad commit 963a9af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Empty file.
1 change: 0 additions & 1 deletion Frontend/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { PopUpWindowComponent } from './pop-up-window/pop-up-window.component';
standalone: true,
imports: [RouterOutlet, ResourceListComponent, RouterLink],
templateUrl: './app.component.html',
styleUrl: './app.component.scss'
})
export class AppComponent {
title = 'Frontend';
Expand Down

0 comments on commit 963a9af

Please sign in to comment.