import React from "react"; import Editor from "../../components/editor/advanced-editor"; function page() { return ; } export default page;