local-weather/components/LocationSearch.tsx

8 lines
94 B
TypeScript
Raw Normal View History

2024-05-04 21:04:30 +00:00
export default async function LocationSearch() {
return (
<h1>yes yes yes</h1>
);
}