-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: setup recon configuration (#1972)
- Loading branch information
1 parent
e15d0a1
commit 1bb4347
Showing
10 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
src/reconScreens/ReconConfiguration/ConnectOrderData/ConnectOrderData.res
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@react.component | ||
let make = () => { | ||
<div> {"Connect Order Data"->React.string} </div> | ||
} |
4 changes: 4 additions & 0 deletions
4
src/reconScreens/ReconConfiguration/ConnectProcessorData/ConnectProcessorData.res
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@react.component | ||
let make = () => { | ||
<div> {"Connect Processor Data"->React.string} </div> | ||
} |
4 changes: 4 additions & 0 deletions
4
src/reconScreens/ReconConfiguration/ConnectSettlementData/ConnectSettlementData.res
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@react.component | ||
let make = () => { | ||
<div> {"Connect Settlement Data"->React.string} </div> | ||
} |
4 changes: 4 additions & 0 deletions
4
src/reconScreens/ReconConfiguration/ScheduleReconReports/ScheduleReconReports.res
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@react.component | ||
let make = () => { | ||
<div> {"Schedule Recon Reports"->React.string} </div> | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters