import { createContext } from "react";

export const TextEditorContext = createContext();
