This commit is contained in:
MeowcaTheoRange 2024-04-24 13:11:41 -05:00
parent c553f9bfff
commit 86e593eb4c

View file

@ -1,3 +1,5 @@
// @ts-nocheck
import { MainLayout } from "@/layout/MainLayout/MainLayout"; import { MainLayout } from "@/layout/MainLayout/MainLayout";
import { cookies } from "next/headers"; import { cookies } from "next/headers";
import { db, JamTable, UserTable } from "@/lib/mastoauth/kysely"; import { db, JamTable, UserTable } from "@/lib/mastoauth/kysely";