Files
optifii-admin/src/Contexts/GlobalStateContext.jsx

7 lines
145 B
React
Raw Normal View History

2024-09-24 11:42:14 +05:30
// GlobalStateContext.js
import { createContext } from 'react';
const GlobalStateContext = createContext();
export default GlobalStateContext;