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.
1 parent cc166bf commit 6beeb97Copy full SHA for 6beeb97
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