-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4a84bd
commit f620368
Showing
7 changed files
with
44 additions
and
24 deletions.
There are no files selected for viewing
46 changes: 23 additions & 23 deletions
46
apps/eo_web/dist/assets/main-7aa2404e.js → apps/eo_web/dist/assets/main-6d1547c3.js
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import { JotformFrame } from "~/components/JotformFrame"; | ||
|
||
import { ROI_CALCULATOR_FORM } from "~/configs/env"; | ||
import { LayoutDefault } from "~/layouts"; | ||
|
||
export const ROICalculator = () => { | ||
return ( | ||
<LayoutDefault > | ||
<JotformFrame formId={ROI_CALCULATOR_FORM} /> | ||
</LayoutDefault> | ||
); | ||
}; |