local-weather/components/LocationSearch.tsx
2024-05-04 23:04:30 +02:00

8 lines
94 B
TypeScript

export default async function LocationSearch() {
return (
<h1>yes yes yes</h1>
);
}