Skip to content

Commit

Permalink
fix: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
andirueckel committed Sep 5, 2023
1 parent 6725611 commit d5fd533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { filter, map } from 'lodash';
import styled from 'styled-components';

import { useAuth } from '../lib/Auth';
import ErrorMessage from '../components/UI/ErrorMessage';
import ConfirmCancelButtons from '../components/UI/ConfirmCancelButtons';

const ProfileSection = styled.div`
Expand Down

0 comments on commit d5fd533

Please sign in to comment.