mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 18:46:52 +01:00
Refactor, missed import
This commit is contained in:
parent
2a7bb27a78
commit
96a572b7a6
3 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Component, Inject, LOCALE_ID, OnInit, Renderer2 } from '@angular/core';
|
||||
import { Component, Inject, LOCALE_ID, OnInit, OnDestroy, Renderer2 } from '@angular/core';
|
||||
import { FormControl, FormGroup } from '@angular/forms';
|
||||
import { PaperlessSavedView } from 'src/app/data/paperless-saved-view';
|
||||
import { DocumentListViewService } from 'src/app/services/document-list-view.service';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue