]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix code style 1754/head
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 7 Oct 2022 13:29:31 +0000 (06:29 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 7 Oct 2022 13:29:31 +0000 (06:29 -0700)
src-ui/src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.ts

index c4f10d0b73a5b0879f1f2e9740e4856c9daeefee..18d476dfe1cab483663120d5ae9b20e2b8b4dce8 100644 (file)
@@ -6,7 +6,7 @@ import { PaperlessTag } from 'src/app/data/paperless-tag'
 import { TagService } from 'src/app/services/rest/tag.service'
 import { ToastService } from 'src/app/services/toast.service'
 import { randomColor } from 'src/app/utils/color'
-import {DEFAULT_MATCHING_ALGORITHM} from "../../../../data/matching-model";
+import { DEFAULT_MATCHING_ALGORITHM } from 'src/app/data/matching-model'
 
 @Component({
   selector: 'app-tag-edit-dialog',