import { createContext } from 'react' const MainSharedContext = createContext({}) export default MainSharedContext