scinote-web/app/javascript/packs/shared/navigation/components/CustomNavItem.jsx

7 lines
109 B
React
Raw Normal View History

2017-08-08 21:44:28 +08:00
import React from "react";
export default props =>
<li role="presentation">
{props.children}
</li>;