(Feat-Fix): Type Fixes, sloppy import fixes, fix dynamic activity fetching and more

This commit is contained in:
2025-12-21 07:49:37 +00:00
parent 865e0bf00e
commit 6cc9ebdcf7
17 changed files with 96 additions and 78 deletions

View File

@@ -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;