Reordered components directory

This commit is contained in:
2023-06-10 19:41:30 +02:00
parent c66d035a1c
commit b4b49351f8
8 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import { Stack } from "expo-router";
import { QueryClient, QueryClientProvider } from "react-query";
import Auth from "../components/Login";
import Auth from "../components/login";
import useAuthStore from "../stores/useAuthStore";
import Icon from "@expo/vector-icons/Feather";