diff --git a/front/API.ts b/front/API.ts index 1b44bce..d4cb899 100644 --- a/front/API.ts +++ b/front/API.ts @@ -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 };