6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
function LgSearch() {
|
|
return <div>LgSearch</div>;
|
|
}
|
|
|
|
export default LgSearch;
|