4 lines
86 B
JavaScript
4 lines
86 B
JavaScript
import { createContext } from 'react';
|
|
|
|
export const AuthContext = createContext({});
|