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