Skip to content

Commit 89d013b

Browse files
BryanTaylanDVidal1205
authored andcommitted
Fix formatting
1 parent 07da3ba commit 89d013b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

apps/blade/src/app/admin/forms/page.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
import { redirect } from "next/navigation";
2+
13
import { auth } from "@forge/auth";
2-
import FormsClient from "../../_components/admin/forms/homepage";
4+
35
import { SIGN_IN_PATH } from "~/consts";
4-
import { redirect } from "next/navigation";
56
import { api } from "~/trpc/server";
7+
import FormsClient from "../../_components/admin/forms/homepage";
68

79
export const metadata = {
810
title: "Forms",

0 commit comments

Comments
 (0)