refactor: update database imports to use new package structure

This commit is contained in:
Maze Winther
2025-06-24 13:52:48 +02:00
parent 46b8929a70
commit 3dff7e37d0

View File

@ -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() {