import React from "react" import PageLayout from "../components/PageLayout"; const Meteo = () => { return Météo } export default Meteo