Reorder some imports

This commit is contained in:
2026-02-02 18:32:39 -05:00
parent 4d1c30b874
commit 1ed5aa4b33
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import { Kysely, PostgresDialect } from "kysely";
import { Pool } from "pg";
import { connectionConfig } from "../database";
import type { DB } from "../../generated/db";
import { connectionConfig } from "../database";
const db = new Kysely<DB>({
dialect: new PostgresDialect({