import { createContext } from 'react'; const contentWidthContextNucleon = createContext(0); export default contentWidthContextNucleon;