Remove sidebar row
This commit is contained in:
parent
40fae7dde3
commit
ed5d2daed8
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
import * as React from 'react';
|
||||
|
||||
interface ISidebarRowProps {
|
||||
}
|
||||
|
||||
export const SidebarRow: React.FC<ISidebarRowProps> = (props) => {
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue