Skip to content

Commit

Permalink
refactor: move files to task directories
Browse files Browse the repository at this point in the history
  • Loading branch information
caro3801 committed Nov 4, 2024
1 parent 3e925a1 commit e7e89cb
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 433 deletions.
4 changes: 2 additions & 2 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ declare module 'vue' {
EntitySectionTitle: typeof import('./src/components/Entity/EntitySection/EntitySectionTitle.vue')['default']
Extensions: typeof import('./src/components/Extensions.vue')['default']
ExtractingForm: typeof import('./src/components/ExtractingForm.vue')['default']
ExtractingFormOcrControl: typeof import('./src/components/ExtractingFormOcrControl.vue')['default']
ExtractingLanguageFormControl: typeof import('./src/components/ExtractingLanguageFormControl.vue')['default']
ExtractingFormOcrControl: typeof import('./src/components/Task/TaskDocuments/ExtractingFormOcrControl.vue')['default']
ExtractingLanguageFormControl: typeof import('./src/components/Task/TaskDocuments/ExtractingLanguageFormControl.vue')['default']
FilterAbstract: typeof import('./src/components/Filter/types/FilterAbstract.vue')['default']
FilterBoilerplate: typeof import('./src/components/Filter/FilterBoilerplate.vue')['default']
FilterDate: typeof import('./src/components/Filter/types/FilterDate.vue')['default']
Expand Down
230 changes: 0 additions & 230 deletions src/components/ExtractingForm.vue

This file was deleted.

Loading

0 comments on commit e7e89cb

Please sign in to comment.