mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
import nextra from 'nextra';
|
|
|
|
const withNextra = nextra({});
|
|
|
|
export default withNextra({});
|