Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 5b7b496

Browse files
committed
♻️ refactoring de l'app component
1 parent 17d7b73 commit 5b7b496

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/app/core/components/app/app.component.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/app/core/components/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Component } from '@angular/core';
22

33
@Component({
44
selector: 'app-root',
5-
templateUrl: './app.component.html',
5+
template: '<router-outlet></router-outlet>',
66
})
77
export class AppComponent {
88
title = 'Cosna Cpanel';

0 commit comments

Comments
 (0)