Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Sep 10, 2023
1 parent 4b5c5e9 commit 183694b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { NextRequest } from "next/server"
import SignInButtons from "@/app/components/SignInButtons"


export default async function Page(req: NextRequest): Promise<any> {
export default function Page() {

return (
<div className="flex flex-col items-center justify-center min-h-screen py-2">
Expand Down

0 comments on commit 183694b

Please sign in to comment.