@zap-wunschlachen/wl-shared-components 1.0.8 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zap-wunschlachen/wl-shared-components",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -50,7 +50,7 @@ import { format } from 'date-fns'
50
50
  import IconsAdvanceAppointments from '@/components/Icons/AdvanceAppointments.vue';
51
51
  import { de } from 'date-fns/locale'
52
52
  import type { AppointmentData } from '@/types'
53
- import { appointmentTypes } from '@/utils/General.ts'
53
+ import { appointmentTypes } from '../../../utils/index';
54
54
  import Details from './Details.vue'
55
55
  import Actions from './Actions.vue'
56
56
  import { computed } from 'vue'
File without changes