Remove import defineprops

This commit is contained in:
Lorenz Padberg 2023-06-29 15:28:39 +02:00
parent e0dbdde7cd
commit 24d816f950
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
<script lang="ts" setup>
import { getDateString, getTimeString } from "@/components/dueDates/dueDatesUtils";
import type { Dayjs } from "dayjs";
import { defineProps } from "vue";
const props = defineProps<{
singleDate: Dayjs;