Skip to content
Snippets Groups Projects
Commit 5fd47bf7 authored by Amund Skuggevik Foss's avatar Amund Skuggevik Foss
Browse files

Removed unused imports.

parent fd56ab4c
No related branches found
No related tags found
1 merge request!2(#2) connect with backend
import { useMutation } from '@apollo/react-hooks'; import { useMutation } from '@apollo/react-hooks';
import React, { useState } from 'react'; import React, { useState } from 'react';
import { StyleSheet, Image, Alert, Text, View, Button, Pressable, TouchableWithoutFeedback } from 'react-native'; import { StyleSheet, Image, Text, View, Pressable, TouchableWithoutFeedback } from 'react-native';
import { MUTATE_POKEMON } from '../graphql/get-pokemons'; import { MUTATE_POKEMON } from '../graphql/get-pokemons';
import {Pokemon} from "../types/types"; import {Pokemon} from "../types/types";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment