mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-18 15:13:21 +08:00
7 lines
109 B
React
7 lines
109 B
React
|
import React from "react";
|
||
|
|
||
|
export default props =>
|
||
|
<li role="presentation">
|
||
|
{props.children}
|
||
|
</li>;
|