import { createContext } from 'react';

export const EditAsPageContentContext = createContext(false);
