We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b987b39 commit e493feaCopy full SHA for e493fea
1 file changed
src/theme/SearchBar.js
@@ -0,0 +1,10 @@
1
+import React from 'react';
2
+import SearchBar from '@theme-original/SearchBar';
3
+
4
+export default function SearchBarWrapper(props) {
5
+ return (
6
+ <>
7
+ <SearchBar {...props} />
8
+ </>
9
+ );
10
+}
0 commit comments