mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
refactor: update database imports to use new package structure
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { db } from "@/lib/db";
|
||||
import { waitlist } from "@/lib/db/schema";
|
||||
import { db } from "@opencut/db";
|
||||
import { waitlist } from "@opencut/db/schema";
|
||||
import { sql } from "drizzle-orm";
|
||||
|
||||
export async function getWaitlistCount() {
|
||||
|
||||
Reference in New Issue
Block a user