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