Skip to content

Commit ac61a66

Browse files
docs: add DocItem Content theme component (#735)
1 parent fd53a1f commit ac61a66

File tree

1 file changed

+6
-0
lines changed
  • website/src/theme/DocItem/Content

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)