feat: sign in sign up with all views
This commit is contained in:
6
kittyurl-frontend/src/context/AuthContext.tsx
Normal file
6
kittyurl-frontend/src/context/AuthContext.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
// src/context/AuthContext.ts
|
||||
import { createContext } from 'react';
|
||||
import type { AuthContextType } from '../types/auth';
|
||||
|
||||
// Eksportujemy tylko "pusty" kontekst
|
||||
export const AuthContext = createContext<AuthContextType | undefined>(undefined);
|
||||
Reference in New Issue
Block a user