mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-02-07 23:42:46 -06:00
More reorganizing
This commit is contained in:
@@ -23,12 +23,12 @@ import {
|
||||
} from 'src/app/services/permissions.service'
|
||||
import { ClearableBadgeComponent } from '../../common/clearable-badge/clearable-badge.component'
|
||||
import { PageHeaderComponent } from '../../common/page-header/page-header.component'
|
||||
import { CustomFieldsComponent } from '../custom-fields/custom-fields.component'
|
||||
import { CorrespondentListComponent } from '../management-list/correspondent-list/correspondent-list.component'
|
||||
import { DocumentTypeListComponent } from '../management-list/document-type-list/document-type-list.component'
|
||||
import { ManagementListComponent } from '../management-list/management-list.component'
|
||||
import { StoragePathListComponent } from '../management-list/storage-path-list/storage-path-list.component'
|
||||
import { TagListComponent } from '../management-list/tag-list/tag-list.component'
|
||||
import { CustomFieldsComponent } from './custom-fields/custom-fields.component'
|
||||
import { CorrespondentListComponent } from './management-list/correspondent-list/correspondent-list.component'
|
||||
import { DocumentTypeListComponent } from './management-list/document-type-list/document-type-list.component'
|
||||
import { ManagementListComponent } from './management-list/management-list.component'
|
||||
import { StoragePathListComponent } from './management-list/storage-path-list/storage-path-list.component'
|
||||
import { TagListComponent } from './management-list/tag-list/tag-list.component'
|
||||
|
||||
enum DocumentAttributesNavIDs {
|
||||
Tags = 1,
|
||||
|
||||
Reference in New Issue
Block a user