Remove import defineprops
This commit is contained in:
parent
e0dbdde7cd
commit
24d816f950
|
|
@ -1,7 +1,6 @@
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { getDateString, getTimeString } from "@/components/dueDates/dueDatesUtils";
|
import { getDateString, getTimeString } from "@/components/dueDates/dueDatesUtils";
|
||||||
import type { Dayjs } from "dayjs";
|
import type { Dayjs } from "dayjs";
|
||||||
import { defineProps } from "vue";
|
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
singleDate: Dayjs;
|
singleDate: Dayjs;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue