🚧 Set up the structure for the weather module

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-15 13:53:47 +02:00
parent 2896423766
commit e86eb7798f
3 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1 @@
export { WeatherModule } from './WeatherModule';