Skip to content

Commit

Permalink
Remove random newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue committed Sep 7, 2024
1 parent 9a0509c commit 98d6400
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export const FullRouter = ({loggedIn, HomePage}) => {
};

export const LoggedOutRouter = ({HomePage}) => {

return (
<Switch>
<Route exact path="/" component={HomePage}/>
Expand Down

0 comments on commit 98d6400

Please sign in to comment.