refactor: remove useless import

This commit is contained in:
DuroCodes
2025-04-27 17:03:21 -04:00
parent f1807dc95c
commit 58f7d524f6

View File

@@ -1,4 +1,4 @@
import { pgTable, text, timestamp } from "drizzle-orm/pg-core";
import { pgTable, text } from "drizzle-orm/pg-core";
import { customAlphabet } from "nanoid";
const nanoid = customAlphabet(