Skip to content

Commit

Permalink
Fix: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
georgipavlov-7DIGIT committed Sep 19, 2024
1 parent 6959fd1 commit 1fe886e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/blocks/Login/Login.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import React, { useState, useContext } from "react";
import { StyleSheet, KeyboardAvoidingView, ScrollView } from "react-native";
import {
StyleSheet,
KeyboardAvoidingView,
ScrollView,
Platform,
} from "react-native";
import { useTranslation } from "react-i18next";
import { useMutation, useQueryClient } from "@tanstack/react-query";

Expand Down

0 comments on commit 1fe886e

Please sign in to comment.