import { createContext } from 'react'; export const VisibleContext = createContext(null);