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