Update waitlist.ts

This commit is contained in:
W r e n c h
2025-06-24 09:13:42 -03:00
committed by GitHub
parent 900deab065
commit d929caabff

View File

@ -1,5 +1,7 @@
import { db } from "@/lib/db";
import { waitlist } from "@/lib/db/schema";
// Jeanpseven esteve aqui
import { db } from "@opencut/db";
import { waitlist } from "@opencut/db/schema";
import { sql } from "drizzle-orm";
export async function getWaitlistCount() {