Skip to content

Commit bbbbd6f

Browse files
committed
Update data-import.ts
1 parent 208b208 commit bbbbd6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/data-import/data-import.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import { defineEntry } from "../orm/entry/entry-type.ts";
22
import type { EntryMap, EntryName } from "#types/models.ts";
33
import { csvUtils } from "./csv-utils.ts";
4-
import type { GenericEntry } from "../orm/entry/entry-base.ts";
5-
import type { Entry } from "../orm/entry/entry.ts";
64
import { handlePgError, isPgError } from "../orm/db/postgres/pgError.ts";
7-
import { dateUtils } from "@inspatial/cloud/utils";
5+
import { dateUtils } from "~/utils/date-utils.ts";
86

97
export const dataImport = defineEntry("dataImport", {
108
label: "",

0 commit comments

Comments
 (0)