mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -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 { RequestService } from "../services";
|
||||
|
||||
import { SharedModule } from "../shared/shared.module";
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
NgbModule.forRoot(),
|
||||
TreeTableModule,
|
||||
SharedModule,
|
||||
SidebarModule,
|
||||
TooltipModule,
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue