Skip to content

Commit

Permalink
Fixed wrong exporting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
WishingWell13 committed Feb 4, 2025
1 parent a5d2e42 commit 9a3efaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Logout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ const Logout = () => {
return <></>;
};

export default Dashboard;
export default Logout;

0 comments on commit 9a3efaf

Please sign in to comment.