Skip to content

Commit 3610949

Browse files
committed
Merge remote-tracking branch 'origin/master' into add-stats-to-apify-rq
2 parents 4699aef + 6beeb97 commit 3610949

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)