Applied new _components layout structure to Kavita. All except manga as there is an open PR that drastically changes that module. (#1666)
This commit is contained in:
parent
e2470cba88
commit
ab9021cb32
198 changed files with 263 additions and 270 deletions
|
|
@ -1,14 +1,14 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { SideNavCompanionBarComponent } from './side-nav-companion-bar/side-nav-companion-bar.component';
|
||||
import { SideNavItemComponent } from './side-nav-item/side-nav-item.component';
|
||||
import { SideNavComponent } from './side-nav/side-nav.component';
|
||||
import { SideNavComponent } from './_components/side-nav/side-nav.component';
|
||||
import { PipeModule } from '../pipe/pipe.module';
|
||||
import { CardsModule } from '../cards/cards.module';
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
||||
import { NgbNavModule, NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { LibrarySettingsModalComponent } from './_components/library-settings-modal/library-settings-modal.component';
|
||||
import { LibrarySettingsModalComponent } from './_modals/library-settings-modal/library-settings-modal.component';
|
||||
import { SideNavCompanionBarComponent } from './_components/side-nav-companion-bar/side-nav-companion-bar.component';
|
||||
import { SideNavItemComponent } from './_components/side-nav-item/side-nav-item.component';
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue