mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
WIP
This commit is contained in:
15
client/src/components/Items/ItemForm.js
Normal file
15
client/src/components/Items/ItemForm.js
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
export default function ItemForm() {
|
||||
|
||||
// Type
|
||||
// Name
|
||||
//
|
||||
|
||||
return (
|
||||
<div class="item-form">
|
||||
|
||||
|
||||
</div>
|
||||
)
|
||||
};
|
||||
0
client/src/components/Items/ItemsActionsBar.js
Normal file
0
client/src/components/Items/ItemsActionsBar.js
Normal file
0
client/src/components/Items/ItemsTable.js
Normal file
0
client/src/components/Items/ItemsTable.js
Normal file
Reference in New Issue
Block a user