From 505dd77e423e06e3f3bd3571e6c7c4a4a726aeff Mon Sep 17 00:00:00 2001 From: G Date: Mon, 1 Jul 2024 10:29:22 +0000 Subject: [PATCH] Types -> types (the file) --- src/contexts/UserAuthenticationContext.tsx | 2 +- src/utils/requests/userInformations.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contexts/UserAuthenticationContext.tsx b/src/contexts/UserAuthenticationContext.tsx index f873aa0..907681e 100644 --- a/src/contexts/UserAuthenticationContext.tsx +++ b/src/contexts/UserAuthenticationContext.tsx @@ -1,4 +1,4 @@ -import type { IuserInformations } from "@/utils/requests/Types"; +import type { IuserInformations } from "@/utils/requests/types"; import { createContext, useContext, useState } from "react"; import type { IauthenticationData } from "./Types"; export interface UserAuthenticationContextProps { diff --git a/src/utils/requests/userInformations.ts b/src/utils/requests/userInformations.ts index e6cc785..7df5354 100644 --- a/src/utils/requests/userInformations.ts +++ b/src/utils/requests/userInformations.ts @@ -1,7 +1,7 @@ import { LOG } from "@logger"; import base64 from "react-native-base64"; import axiosRequest from "../axios-request"; -import type { IuserInformations } from "./Types"; +import type { IuserInformations } from "./types"; const log = LOG.extend("getUserInformations"); -- libgit2 0.27.1