Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
erenfn authored Aug 20, 2024
1 parent e6093e4 commit 05cc825
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import PopupDefaultPage from "./scenes/popup/PopupDefaultPage";
import HintDefaultPage from "./scenes/hints/HintDefaultPage";
import CreatePopupPage from "./scenes/popup/CreatePopupPage";


function App() {
// const { isLoggedIn } = useAuth(); //commented out for testing
const isLoggedIn = true;
Expand Down Expand Up @@ -46,4 +45,4 @@ function App() {
);
}

export default App;
export default App;

0 comments on commit 05cc825

Please sign in to comment.