mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: Receivable aging summary front-end.
This commit is contained in:
9
client/src/components/FieldRequiredHint.js
Normal file
9
client/src/components/FieldRequiredHint.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { FieldRequiredHint } from "components"
|
||||
|
||||
|
||||
|
||||
export default function FieldRequiredHint() {
|
||||
return (
|
||||
<span class="required">*</span>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user