diff --git a/pages/account.js b/pages/account.js index 489d81e8..33cc12de 100644 --- a/pages/account.js +++ b/pages/account.js @@ -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`