mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
1import React from 'react' 2 3export const ScrollbarOffsetContext = React.createContext({ 4 isWithinOffsetView: false, 5})