Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
viviannnl committed Sep 17, 2023
1 parent 9522fc9 commit 22487cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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'
import Header from './components/Header.jsx';

function App() {
return (
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Register.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {useSelector, useDispatch} from 'react-redux'
import { toast } from 'react-toastify'
import { useNavigate } from "react-router-dom";
import {register, reset} from '../features/auth/authSlice'
import Spinner from '../components/Spinner'
import Spinner from '../components/Spinner.jsx'


function Register() {
Expand Down

0 comments on commit 22487cb

Please sign in to comment.