Skip to content

Commit 5b87c05

Browse files
committed
fix: frontent
1 parent c8f588b commit 5b87c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/angular/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
limitations under the License.
1414
*/
1515
import { Component } from "@angular/core";
16-
import { BrowserModule } from "@angular/platform-browser";
1716
import { BrowserAnimationsModule } from "@angular/platform-browser/animations";
1817
import { MatProgressSpinnerModule } from "@angular/material/progress-spinner";
1918
import { Router, RouterModule } from "@angular/router";
19+
import { CommonModule } from "@angular/common";
2020

2121
@Component({
2222
selector: "app-root",
2323
imports: [
2424
RouterModule,
25-
BrowserModule,
25+
CommonModule,
2626
BrowserAnimationsModule,
2727
MatProgressSpinnerModule],
2828
templateUrl: "./app.component.html",

0 commit comments

Comments
 (0)