(Feat-Fix): Type Fixes, sloppy import fixes, fix dynamic activity fetching and more
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createContext, useContext } from "react";
|
||||
import type { User } from "../types";
|
||||
import type { User } from "../types.ts";
|
||||
|
||||
export interface AuthContextType {
|
||||
user: User | null;
|
||||
|
||||
Reference in New Issue
Block a user