4 lines
78 B
JavaScript
4 lines
78 B
JavaScript
// @flow
|
|
import SidebarLink from './SidebarLink';
|
|
export default SidebarLink;
|