Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions frontend/.eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@
"useInterval": true,
"useIntervalFn": true,
"useKeyModifier": true,
"useLanguageDropZone": true,
"useLastChanged": true,
"useLink": true,
"useLocalStorage": true,
Expand Down Expand Up @@ -331,7 +330,6 @@
"useSchemaApi": true,
"useSchemaBuilder": true,
"useSchemaCompletenessValidation": true,
"useSchemaDropZone": true,
"useSchemaPersistence": true,
"useSchemaSelection": true,
"useSchemaStore": true,
Expand Down
2 changes: 0 additions & 2 deletions frontend/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ declare module 'vue' {
readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
readonly useLanguageDropZone: UnwrapRef<typeof import('./src/features/data-processing/composables/useLanguageDropZone')['useLanguageDropZone']>
readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
Expand Down Expand Up @@ -668,7 +667,6 @@ declare module 'vue' {
readonly useSchemaApi: UnwrapRef<typeof import('./src/features/wikibase-schema/composables/useSchemaApi')['useSchemaApi']>
readonly useSchemaBuilder: UnwrapRef<typeof import('./src/features/wikibase-schema/composables/useSchemaBuilder')['useSchemaBuilder']>
readonly useSchemaCompletenessValidation: UnwrapRef<typeof import('./src/features/wikibase-schema/composables/useSchemaCompletenessValidation')['useSchemaCompletenessValidation']>
readonly useSchemaDropZone: UnwrapRef<typeof import('./src/features/wikibase-schema/composables/useSchemaDropZone')['useSchemaDropZone']>
readonly useSchemaPersistence: UnwrapRef<typeof import('./src/features/wikibase-schema/composables/useSchemaPersistence')['useSchemaPersistence']>
readonly useSchemaSelection: UnwrapRef<typeof import('./src/features/wikibase-schema/composables/useSchemaSelection')['useSchemaSelection']>
readonly useSchemaStore: UnwrapRef<typeof import('./src/features/wikibase-schema/stores/schema.store')['useSchemaStore']>
Expand Down
121 changes: 0 additions & 121 deletions frontend/src/features/data-processing/components/LanguageDropZone.vue

This file was deleted.

This file was deleted.

Loading