We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07da3ba commit 89d013bCopy full SHA for 89d013b
1 file changed
apps/blade/src/app/admin/forms/page.tsx
@@ -1,8 +1,10 @@
1
+import { redirect } from "next/navigation";
2
+
3
import { auth } from "@forge/auth";
-import FormsClient from "../../_components/admin/forms/homepage";
4
5
import { SIGN_IN_PATH } from "~/consts";
-import { redirect } from "next/navigation";
6
import { api } from "~/trpc/server";
7
+import FormsClient from "../../_components/admin/forms/homepage";
8
9
export const metadata = {
10
title: "Forms",
0 commit comments