We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4699aef + 6beeb97 commit 3610949Copy full SHA for 3610949
website/src/theme/DocItem/Content/index.js
@@ -0,0 +1,6 @@
1
+import DocItemContent from '@theme/DocItemContent';
2
+import React from 'react';
3
+
4
+export default function DocItem(props) {
5
+ return <DocItemContent {...props} />
6
+}
0 commit comments