mirror of https://github.com/waku-org/waku.org.git
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} />
|