Skip to content

Commit 98d6400

Browse files
committed
Remove random newline
1 parent 9a0509c commit 98d6400

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/router.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export const FullRouter = ({loggedIn, HomePage}) => {
3838
};
3939

4040
export const LoggedOutRouter = ({HomePage}) => {
41-
4241
return (
4342
<Switch>
4443
<Route exact path="/" component={HomePage}/>

0 commit comments

Comments
 (0)