import React from "react"; import Analytics from "components/Analytics/index"; const Editor: React.FC = () => { return (
); }; export default Editor;