mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: style bill form.
feat: add row and column of grid components.
This commit is contained in:
@@ -26,6 +26,8 @@ import DialogContent from './Dialog/DialogContent';
|
||||
import DialogSuspense from './Dialog/DialogSuspense';
|
||||
import InputPrependButton from './Forms/InputPrependButton';
|
||||
import CategoriesSelectList from './CategoriesSelectList';
|
||||
import Row from './Grid/Row';
|
||||
import Col from './Grid/Col';
|
||||
|
||||
const Hint = FieldHint;
|
||||
|
||||
@@ -58,5 +60,7 @@ export {
|
||||
DialogContent,
|
||||
DialogSuspense,
|
||||
InputPrependButton,
|
||||
CategoriesSelectList
|
||||
CategoriesSelectList,
|
||||
Col,
|
||||
Row,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user