2020-12-21 17:26:58 +05:30

11 lines
207 B
JavaScript

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