'use client'; import { createContext } from 'react'; export const WebsiteContext = createContext(null); export default WebsiteContext;