import React from "react"; import Navbar4 from "../components/homepage/navbar4"; import Footer15 from "../components/homepage/footer15"; import WeatherForecastData from "../components/weather/weatherForecastData"; import "./home.css"; import "./data.css"; const Weatherforecast = (props) => { return(
); }; export default Weatherforecast;