import React from 'react';

const EditorLeftMenu = () => {
    return <div>
        Editor Left Menu
    </div>
}

export default EditorLeftMenu;