-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[website] Add Customer Support Agent role to careers page (#40890)
Signed-off-by: Danilo Leal <[email protected]> Co-authored-by: Danilo Leal <[email protected]>
- Loading branch information
1 parent
6385ce1
commit bc21246
Showing
3 changed files
with
60 additions
and
35 deletions.
There are no files selected for viewing
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,7 @@ | ||
import * as React from 'react'; | ||
import TopLayoutCareers from 'docs/src/modules/components/TopLayoutCareers'; | ||
import * as pageProps from 'docs/pages/careers/support-agent.md?@mui/markdown'; | ||
|
||
export default function Page() { | ||
return <TopLayoutCareers {...pageProps} />; | ||
} |
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