Skip to content

Commit

Permalink
components vergessen
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Alex-K committed Jan 17, 2024
1 parent 5f2c66e commit c50021f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ declare module '@vue/runtime-core' {
MessquerschnittForm: typeof import('./src/components/messstelle/MessquerschnittForm.vue')['default']
MessstelleForm: typeof import('./src/components/messstelle/MessstelleForm.vue')['default']
MessstelleInfo: typeof import('./src/components/messstelle/MessstelleInfo.vue')['default']
MessstelleOverview: typeof import('./src/components/messstelle/MessstelleOverview.vue')['default']
MessstelleOverviewPanel: typeof import('./src/components/messstelle/MessstelleOverviewPanel.vue')['default']
MiniMap: typeof import('./src/components/map/MiniMap.vue')['default']
OpenZaehlungPanel: typeof import('./src/components/zaehlung/OpenZaehlungPanel.vue')['default']
Expand Down Expand Up @@ -112,6 +113,7 @@ declare module '@vue/runtime-core' {
ZaehldauerSoZIcon: typeof import('./src/components/icons/ZaehldauerIcons/ZaehldauerSoZIcon.vue')['default']
ZaehlstelleInfo: typeof import('./src/components/zaehlstelle/ZaehlstelleInfo.vue')['default']
ZaehlstelleMap: typeof import('./src/components/map/ZaehlstelleMap.vue')['default']
ZaehlstelleOverview: typeof import('./src/components/zaehlstelle/ZaehlstelleOverview.vue')['default']
ZaehlungCard: typeof import('./src/components/zaehlung/ZaehlungCard.vue')['default']
ZaehlungCardMap: typeof import('./src/components/map/ZaehlungCardMap.vue')['default']
ZaehlungDialog: typeof import('./src/components/zaehlung/ZaehlungDialog.vue')['default']
Expand Down

0 comments on commit c50021f

Please sign in to comment.