diff --git a/src/pages/freshman/react/join.tsx b/src/pages/freshman/react/join.tsx index 3f1aca6..737ba40 100644 --- a/src/pages/freshman/react/join.tsx +++ b/src/pages/freshman/react/join.tsx @@ -1,13 +1,12 @@ -// app/page.tsx import { Button } from "@nextui-org/react" import { activeClient } from "../../../utils/client" -// import { NextUIProvider } from "@nextui-org/react"; export default function Page() { return (
)