csv take 3
Deploy / deploy (push) Successful in 3m2s

This commit is contained in:
twotalesanimation
2026-06-12 17:08:10 +02:00
parent 2402d5414d
commit 6abfa8d0b5
3 changed files with 77 additions and 74 deletions
@@ -18,8 +18,9 @@ import {
Pencil,
Film,
} from "lucide-react";
import { parseEdlCsv, importShotsFromEdl } from "@/actions/shots";
import type { EdlImportRow } from "@/actions/shots";
import { parseEdlCsv } from "@/lib/edl-utils";
import type { EdlImportRow } from "@/lib/edl-utils";
import { importShotsFromEdl } from "@/actions/shots";
interface EdlImportClientProps {
projectId: string;