import { createContext } from 'react'; export const OffsetContext = createContext(20);