diff --git a/apps/web/pages/[user].tsx b/apps/web/pages/[user].tsx index a5c28fc7be..c4fecc74dd 100644 --- a/apps/web/pages/[user].tsx +++ b/apps/web/pages/[user].tsx @@ -1,3 +1,4 @@ +import type { Prisma } from "@prisma/client"; import type { DehydratedState } from "@tanstack/react-query"; import classNames from "classnames"; import type { GetServerSideProps, InferGetServerSidePropsType } from "next";