mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
Chore: add prettier organize imports
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { Correspondent } from './correspondent'
|
||||
import { Tag } from './tag'
|
||||
import { DocumentType } from './document-type'
|
||||
import { Observable } from 'rxjs'
|
||||
import { StoragePath } from './storage-path'
|
||||
import { ObjectWithPermissions } from './object-with-permissions'
|
||||
import { DocumentNote } from './document-note'
|
||||
import { Correspondent } from './correspondent'
|
||||
import { CustomFieldInstance } from './custom-field-instance'
|
||||
import { DocumentNote } from './document-note'
|
||||
import { DocumentType } from './document-type'
|
||||
import { ObjectWithPermissions } from './object-with-permissions'
|
||||
import { StoragePath } from './storage-path'
|
||||
import { Tag } from './tag'
|
||||
|
||||
export enum DisplayMode {
|
||||
TABLE = 'table',
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { DisplayMode, DisplayField } from './document'
|
||||
import { DisplayField, DisplayMode } from './document'
|
||||
import { FilterRule } from './filter-rule'
|
||||
import { ObjectWithPermissions } from './object-with-permissions'
|
||||
|
||||
|
Reference in New Issue
Block a user