Skip to content

Commit

Permalink
#2709 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaryan1203 committed Jul 20, 2024
1 parent 72bd48a commit 5f15668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/pages/HomePage/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* See the LICENSE file in the repository root folder for details.
*/

import { useCurrentUser, useSingleUserSettings } from '../../hooks/users.hooks';
import { useCurrentUser } from '../../hooks/users.hooks';
import { isGuest } from 'shared';
import GuestHomePage from './GuestHomePage';
import MemberHomePage from './MemberHomePage';
Expand Down

0 comments on commit 5f15668

Please sign in to comment.