♻️ Refactor email templating code (#533)

This commit is contained in:
Luke Vella 2023-03-03 11:46:30 +00:00 committed by GitHub
parent 0a836aeec7
commit 309cb109aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
79 changed files with 3926 additions and 1455 deletions

View file

@ -1,3 +1,4 @@
import { prisma } from "@rallly/database";
import {
IronSession,
IronSessionOptions,
@ -11,8 +12,6 @@ import {
NextApiHandler,
} from "next";
import { prisma } from "@/utils/prisma";
import { createSSGHelperFromContext } from "../server/context";
import { randomid } from "./nanoid";