Full reformat
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import { Component } from "@angular/core";
|
||||
import { RouterOutlet } from "@angular/router";
|
||||
import { HeadingComponent } from "./modules/heading/heading.component";
|
||||
import { InfoComponent } from "./modules/info/info.component";
|
||||
import { DockComponent } from "./modules/dock/dock.component";
|
||||
import { PanelComponent } from "./modules/panel/panel.component";
|
||||
|
||||
@Component({
|
||||
selector: "app-root",
|
||||
standalone: true,
|
||||
imports: [RouterOutlet, InfoComponent, HeadingComponent],
|
||||
imports: [RouterOutlet, PanelComponent, DockComponent],
|
||||
templateUrl: "./app.component.html",
|
||||
styleUrl: "./app.component.less",
|
||||
})
|
||||
export class AppComponent {
|
||||
title = "NwaifuWeb";
|
||||
title = "Nwaifu";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user