Added OpenWeatherMap widget.

This commit is contained in:
AlexFullmoon 2022-08-27 13:30:17 +03:00
parent f0f470ba8b
commit 6a97d392c9
6 changed files with 482 additions and 0 deletions

View file

@ -1,8 +1,10 @@
import Weather from "components/widgets/weather/weather";
import OpenWeatherMap from "components/widgets/openweathermap/weather";
import Resources from "components/widgets/resources/resources";
const widgetMappings = {
weather: Weather,
openweathermap: OpenWeatherMap,
resources: Resources,
};