Skip to content

Commit

Permalink
fix: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 7, 2025
1 parent bc7b99a commit fea64ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export interface HomeState {

export interface HomeProps {}

// TODO: make leaderboard the home page.
const Home: FC<HomeProps> = () => {
const [login, { isLoading, isError }] = useLoginMutation()
const sessionMetadata = useSessionMetadata()
Expand Down

0 comments on commit fea64ec

Please sign in to comment.