Remove sidebar row

This commit is contained in:
Hydroxycarbamide 2022-07-30 23:44:09 +02:00
parent 40fae7dde3
commit ed5d2daed8

View file

@ -1,12 +0,0 @@
import * as React from 'react';
interface ISidebarRowProps {
}
export const SidebarRow: React.FC<ISidebarRowProps> = (props) => {
return (
<div>
</div>
);
};