6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
import { withDocus } from 'docus'
|
|
|
|
export default withDocus({
|
|
components: true,
|
|
})
|