import Mpd from "./mpd"; import Weather from "./weather"; import Warning from "./warning"; export default { mpd: Mpd, weather: Weather, warning: Warning, };