init commit,
This commit is contained in:
7
03_source/frontend/src/auth/context/auth-context.tsx
Normal file
7
03_source/frontend/src/auth/context/auth-context.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { createContext } from 'react';
|
||||
|
||||
import type { AuthContextValue } from '../types';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
export const AuthContext = createContext<AuthContextValue | undefined>(undefined);
|
Reference in New Issue
Block a user