import { createContext } from 'react';

export const MenuRendererContext = createContext(false);
