mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
WIP: customer form styling.
fix: journal increment number settings.
This commit is contained in:
5
client/src/components/RequiredHint.js
Normal file
5
client/src/components/RequiredHint.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from 'react';
|
||||
|
||||
export default function RequiredHint() {
|
||||
return (<span class="required">*</span>);
|
||||
}
|
||||
Reference in New Issue
Block a user