Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Therrien-Beslogic committed Dec 3, 2024
1 parent a1c1f89 commit 5250d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canopeum_frontend/src/components/settings/EditProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { AuthenticationContext } from '@components/context/AuthenticationContext
import { SnackbarContext } from '@components/context/SnackbarContext'
import useApiClient from '@hooks/ApiClientHook'
import useErrorHandling from '@hooks/ErrorHandlingHook'
import { ChangePassword, type IPatchedUpdateUser, PatchedUpdateUser, User } from '@services/api'
import { ChangePassword, type IPatchedUpdateUser, PatchedUpdateUser } from '@services/api'
import { type InputValidationError, isValidEmail, isValidPassword, mustMatch } from '@utils/validators'

const EditProfile = () => {
Expand Down

0 comments on commit 5250d37

Please sign in to comment.