Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ektaghag-eaton committed Sep 27, 2023
1 parent 3cfb1ec commit b76f416
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions login-workflow/example/src/components/ChangePassword.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { ChangePasswordDialog } from '@brightlayer-ui/react-auth-workflow';
import { useApp } from '../contexts/AppContextProvider';
import { LocalStorage } from '../store/local-storage';
import { useNavigate } from 'react-router-dom';
import { Box } from '@mui/material';
import { Alarm } from '@mui/icons-material';

export const ChangePassword = (): JSX.Element => {
const app = useApp();
Expand Down

0 comments on commit b76f416

Please sign in to comment.