Skip to content

Commit

Permalink
andy
Browse files Browse the repository at this point in the history
  • Loading branch information
IlIIIIIIlI committed Mar 27, 2024
1 parent ede955c commit e0d632d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/context/AuthContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { createContext, useContext, useEffect, useState } from "react";
import { IUser } from "@/types";
import { getCurrentUser } from "@/lib/appwrite/api";

// initial user
export const INITIAL_USER = {
id: "",
name: "",
Expand Down

0 comments on commit e0d632d

Please sign in to comment.