import React from 'react'; const SideBarRight: React.FC = () => { return (
SideBarRight
); }; export default SideBarRight;