mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
import React from 'react';
|
|
|
|
export default function MenuItemLabel({
|
|
text
|
|
}) {
|
|
return (<span class="bp3-menu-item-labeler">{ text }</span>);
|
|
} |