Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fjosue4 committed Jan 24, 2024
1 parent 9cbcd31 commit 417063c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Logout/Logout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Button from '../../components/Button'
import { clearUser } from '../../store/user/userSlice'
import { useDispatch } from 'react-redux'
import { clearUser } from '../../store/user/userSlice'
import Button from '../Button'

function Logout () {
const dispatch = useDispatch()
Expand Down

0 comments on commit 417063c

Please sign in to comment.