feat: setup basic page layout

This commit is contained in:
Henry
2023-10-28 12:38:10 +01:00
parent 305b5f5ab4
commit afc634aa2c
6 changed files with 102 additions and 5 deletions

View File

@@ -4,9 +4,7 @@ import {
type DefaultSession,
type NextAuthOptions,
} from "next-auth";
import DiscordProvider from "next-auth/providers/discord";
import { env } from "~/env.mjs";
import { db } from "~/server/db";
import { mysqlTable } from "~/server/db/schema";