Skip to content

Commit

Permalink
update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch1009 committed Sep 19, 2024
1 parent d5b1a34 commit d69b52d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/src/app/public/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { IUserSession } from "@/lib/types/UserSession"
import { useSearchParams } from "next/navigation"

const page = () => {
const PublicPage = () => {
const mode = useSearchParams().get('mode')
const session: IUserSession = {
user: {
Expand All @@ -27,4 +27,4 @@ const page = () => {
)
}

export default page
export default PublicPage

0 comments on commit d69b52d

Please sign in to comment.