1
0

feat: move useGanttTaskList in separate file

This commit is contained in:
Dominik Pschenitschni
2022-10-18 16:26:35 +02:00
committed by kolaente
parent c7dd20ef57
commit 7f4114b703
7 changed files with 134 additions and 94 deletions

View File

@ -1,5 +1,5 @@
import type {DateISO} from "@/types/DateISO"
import type {DateKebab} from "@/types/DateKebab"
import type {DateISO} from '@/types/DateISO'
import type {DateKebab} from '@/types/DateKebab'
export function parseDateProp(kebabDate: DateKebab | undefined): string | undefined {
try {