refactor: clean app component
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
import { Component, signal } from '@angular/core';
|
||||
import { Component } from '@angular/core';
|
||||
import { RouterOutlet } from '@angular/router';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
imports: [RouterOutlet],
|
||||
templateUrl: './app.html',
|
||||
styleUrl: './app.scss'
|
||||
styles: [],
|
||||
})
|
||||
export class App {
|
||||
protected readonly title = signal('groceries-price-tracker');
|
||||
}
|
||||
export class App {}
|
||||
|
||||
Reference in New Issue
Block a user