import { createContext } from 'react'; export const ScrollInfoContext = createContext({}); //# sourceMappingURL=context.js.map