Skip to content

Commit 6beeb97

Browse files
docs: add DocItem Content theme component (#572)
1 parent cc166bf commit 6beeb97

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)