testy jednostkowe
This commit is contained in:
@@ -2,12 +2,9 @@ import {
|
||||
View,
|
||||
StyleSheet,
|
||||
FlatList,
|
||||
ActivityIndicator,
|
||||
RefreshControl,
|
||||
} from "react-native";
|
||||
import { useTheme, Card, Text, Button } from "react-native-paper";
|
||||
import { Link } from "expo-router";
|
||||
import { useState, useEffect } from "react";
|
||||
import useLocationStore from "@/locationStore";
|
||||
|
||||
export default function Index() {
|
||||
|
||||
@@ -9,7 +9,6 @@ import {
|
||||
} from "react-native";
|
||||
import { TextInput, Button, Snackbar, useTheme } from "react-native-paper";
|
||||
import { useLocalSearchParams, useRouter } from "expo-router";
|
||||
// import { getLocation } from "@/api/locations";
|
||||
import useLocationStore from "@/locationStore";
|
||||
|
||||
export default function EditLocation() {
|
||||
|
||||
Reference in New Issue
Block a user