7 lines
128 B
TypeScript
7 lines
128 B
TypeScript
export default function Search() {
|
|
return (
|
|
<>
|
|
<input id="searchBox" type="text" />
|
|
</>
|
|
);
|
|
} |