mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Reviewed-on: https://gitea.com/gitea/docs/pulls/330 Co-authored-by: techknowlogick <[email protected]> Co-committed-by: techknowlogick <[email protected]>
8 lines
129 B
JavaScript
8 lines
129 B
JavaScript
import MDXComponents from '@theme-original/MDXComponents';
|
|
import A from './A';
|
|
|
|
export default {
|
|
...MDXComponents,
|
|
a: A,
|
|
};
|