Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
rkyslyy committed Jul 2, 2024
1 parent af856bd commit 1f26f2f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import Home from '@/lib/component/home/Home'
import { PageProps } from './types'

export default function Page({ searchParams = {} }: PageProps<{ callbackUrl?: string }>) {
const { callbackUrl } = searchParams

export default function Page() {
return (
<main className="flex min-h-screen flex-col items-center justify-between p-24">
<Home />
Expand Down

0 comments on commit 1f26f2f

Please sign in to comment.