feat: add project form dialog.

This commit is contained in:
elforjani13
2022-06-11 00:38:00 +02:00
parent 928d4d3f00
commit d2c907541a
17 changed files with 464 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ import plans from './plans/plans.reducer';
import creditNotes from './CreditNote/creditNote.reducer';
import vendorCredit from './VendorCredit/VendorCredit.reducer';
import warehouseTransfers from './WarehouseTransfer/warehouseTransfer.reducer';
import projects from './Project/projects.reducer';
const appReducer = combineReducers({
authentication,
@@ -70,6 +71,7 @@ const appReducer = combineReducers({
creditNotes,
vendorCredit,
warehouseTransfers,
projects,
});
// Reset the state of a redux store