mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-28 21:57:23 +02:00
♻️ Refactor email templating code (#533)
This commit is contained in:
parent
0a836aeec7
commit
309cb109aa
79 changed files with 3926 additions and 1455 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue