Skip to content

Commit

Permalink
delete Header
Browse files Browse the repository at this point in the history
  • Loading branch information
viviannnl committed Sep 22, 2023
1 parent 144c14a commit 3304248
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import Login from './pages/Login'
import Register from './pages/Register'
import Habits from './pages/Habits'
import Goals from './pages/Goals'
import Header from './components/Header.jsx';
//import Header from './components/Header';

function App() {
return (
<>
<Router>
<div className='container'>
<Header />

<Routes>
<Route path='/' element={<Landing />} />
<Route path='/login' element={<Login />} />
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/header.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react'
import {FaSignInAlt, FaSignOutAlt, FaUser} from 'react-icons/fa'
import {Link, useNavigate} from 'react-router-dom'
import {useSelector, useDispatch} from 'react-redux'
Expand Down

0 comments on commit 3304248

Please sign in to comment.