Front: Remove unused import

This commit is contained in:
Arthur Jamet
2023-10-02 17:06:02 +02:00
parent 4299a93afe
commit d214558bc4
-1
View File
@@ -23,7 +23,6 @@ import { AccessTokenResponseHandler } from './models/AccessTokenResponse';
import * as yup from 'yup';
import { base64ToBlob } from './utils/base64ToBlob';
import { ImagePickerAsset } from 'expo-image-picker';
import Constants from 'expo-constants';
type AuthenticationInput = { username: string; password: string };
type RegistrationInput = AuthenticationInput & { email: string };