Added weather data component to display weather data - also added function to display data
This commit is contained in:
11
frontend/src/components/WeatherData.tsx
Normal file
11
frontend/src/components/WeatherData.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from "react";
|
||||
|
||||
const WeatherData: React.FC = () => {
|
||||
return (
|
||||
<>
|
||||
<p>Weather</p>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default WeatherData;
|
Reference in New Issue
Block a user