Organize imports

This commit is contained in:
Zoe Roux
2026-01-05 12:28:43 +01:00
parent 6ec845ab5b
commit cb1a17def2
12 changed files with 16 additions and 23 deletions
+3 -4
View File
@@ -1,8 +1,10 @@
import {
Column,
type Column,
type ColumnsSelection,
getTableColumns,
type InferSelectModel,
is,
isSQLWrapper,
type SQL,
type SQLWrapper,
type Subquery,
@@ -11,9 +13,6 @@ import {
type TableConfig,
View,
ViewBaseConfig,
InferSelectModel,
isTable,
isSQLWrapper,
} from "drizzle-orm";
import type { CasingCache } from "drizzle-orm/casing";
import type { AnyMySqlSelect } from "drizzle-orm/mysql-core";