mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: Receivable aging summary front-end.
This commit is contained in:
8
client/src/components/FieldHint.js
Normal file
8
client/src/components/FieldHint.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import Icon from './Icon';
|
||||
|
||||
export default function FieldHint({ hint }) {
|
||||
return (
|
||||
<Icon icon="info-circle" iconSize={12} />
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user