This commit is contained in:
Dhravya Shah 2024-08-27 11:27:59 -07:00
parent e705a09c74
commit 0db8c727cc

View file

@ -0,0 +1,8 @@
import React from "react";
import Editor from "../../components/editor/advanced-editor";
function page() {
return <Editor />;
}
export default page;