mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Remove import
This commit is contained in:
parent
e6f24eabb4
commit
26904d3947
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
import { CommonModule } from "@angular/common";
|
import { NgModule } from "@angular/core";
|
||||||
import { NgModule } from "@angular/core";
|
|
||||||
import { FormsModule } from "@angular/forms";
|
import { FormsModule } from "@angular/forms";
|
||||||
import { RouterModule } from "@angular/router";
|
import { RouterModule } from "@angular/router";
|
||||||
|
|
||||||
|
@ -10,7 +9,6 @@ import { RequestService } from "../services";
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
|
||||||
FormsModule,
|
FormsModule,
|
||||||
NgbModule.forRoot(),
|
NgbModule.forRoot(),
|
||||||
TreeTableModule,
|
TreeTableModule,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue