testy jednostkowe

This commit is contained in:
2025-05-16 12:49:35 +02:00
parent 1a8144aee4
commit 26bbce92ca
6 changed files with 191 additions and 9216 deletions

View File

@@ -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() {

View File

@@ -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() {