Commit 505dd77e by G

Types -> types (the file)

parent da1d796a
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 {
......
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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment