import { createContext } from 'react'; export const g_modal_gallery_context = createContext([{}, () => { }]);