Skip to content

Commit e493fea

Browse files
committed
Swizzle searchbar component
1 parent b987b39 commit e493fea

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/theme/SearchBar.js

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

Comments
 (0)