completionId: cgen-5fdc4294ee5347858666b8602e6c4fb1
cgen-5fdc4294ee5347858666b8602e6c4fb1
This commit is contained in:
parent
cfc2b5f44a
commit
2946a62264
1 changed files with 2 additions and 2 deletions
|
|
@ -215,10 +215,10 @@ const App = () => (
|
|||
element={<CorpScheduleConsultation />}
|
||||
/>
|
||||
<Route
|
||||
path="/corp/view-case-studies"
|
||||
path="/consulting/view-case-studies"
|
||||
element={<CorpViewCaseStudies />}
|
||||
/>
|
||||
<Route path="/corp/contact-us" element={<CorpContactUs />} />
|
||||
<Route path="/consulting/contact-us" element={<CorpContactUs />} />
|
||||
|
||||
<Route path="/foundation" element={<Foundation />} />
|
||||
<Route
|
||||
|
|
|
|||
Loading…
Reference in a new issue