mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -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 { RouterModule } from "@angular/router";
|
||||
|
||||
|
@ -10,7 +9,6 @@ import { RequestService } from "../services";
|
|||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
NgbModule.forRoot(),
|
||||
TreeTableModule,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue