mirror of
https://github.com/status-im/nimbus-site.git
synced 2025-01-21 09:19:10 +00:00
13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
---
|
|
title: Join Us
|
|
hide_title: true
|
|
pagination_prev: null
|
|
pagination_next: null
|
|
displayed_sidebar: null
|
|
hide_table_of_contents: true
|
|
---
|
|
|
|
import * as jobData from '/static/generated/jobs.json'
|
|
import { JobsPerDepartment } from '/src/components/mdx'
|
|
|
|
<JobsPerDepartment jobData={jobData} /> |