Skip to content

Commit

Permalink
fix(plex): fix dependencia ngx-quill
Browse files Browse the repository at this point in the history
  • Loading branch information
ma7payne committed Oct 18, 2024
1 parent f1841be commit c5ac029
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"moment": "^2.16.0",
"ng2-charts": "^2.4.2",
"ngx-infinite-scroll": "^8.0.1",
"ngx-quill": "^15.0.0",
"node-waves": "^0.7.5",
"quill": "^1.3.6",
"rxjs": "^7.0.0",
Expand Down
2 changes: 0 additions & 2 deletions src/lib/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ import { AccordionDirective } from './accordion/pl-accordion.directive';
import { PlexVisualizadorService } from './core/plex-visualizador.service';
import { PlexGroupComponent } from './group/group.component';
import { PlexGroupItemComponent } from './group/group-item.component';
import { QuillModule } from 'ngx-quill';

@NgModule({
imports: [
Expand All @@ -103,7 +102,6 @@ import { QuillModule } from 'ngx-quill';
ChartsModule,
InfiniteScrollModule,
SimpleNotificationsModule.forRoot(),
QuillModule
],
declarations: [
PlexAppComponent,
Expand Down

0 comments on commit c5ac029

Please sign in to comment.