Fixed interface mistake
continuous-integration/drone/push Build is passing Details

main
Filip Borum Poulsen 3 years ago
parent c56c77596d
commit 6155cffbe1

@ -13,7 +13,7 @@
<script lang="ts">
import type { Timeslot } from '@/interfaces/timeslot';
import type { Order } from '@/interfaces/order';
import type { TrainerOrder as Order } from '@/interfaces/order';
import type { PropType } from 'vue';
import dayjs from 'dayjs';
import LocalizedFormat from "dayjs/plugin/localizedFormat"

Loading…
Cancel
Save