mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Remove unused module
This commit is contained in:
parent
967109f4b2
commit
93e9b4cd4c
1 changed files with 0 additions and 3 deletions
|
@ -8,15 +8,12 @@ import { NgbModule } from "@ng-bootstrap/ng-bootstrap";
|
||||||
import { SidebarModule, TooltipModule, TreeTableModule } from "primeng/primeng";
|
import { SidebarModule, TooltipModule, TreeTableModule } from "primeng/primeng";
|
||||||
import { RequestService } from "../services";
|
import { RequestService } from "../services";
|
||||||
|
|
||||||
import { SharedModule } from "../shared/shared.module";
|
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
FormsModule,
|
FormsModule,
|
||||||
NgbModule.forRoot(),
|
NgbModule.forRoot(),
|
||||||
TreeTableModule,
|
TreeTableModule,
|
||||||
SharedModule,
|
|
||||||
SidebarModule,
|
SidebarModule,
|
||||||
TooltipModule,
|
TooltipModule,
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue