import { createContext } from 'react'; export const SkeletonContext = createContext({} as any);