feat: move useGanttTaskList in separate file
This commit is contained in:

committed by
kolaente

parent
c7dd20ef57
commit
7f4114b703
@ -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 {
|
||||
|
Reference in New Issue
Block a user