🚧 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

@@ -2,3 +2,4 @@ export * from './date';
export * from './calendar';
export * from './search';
export * from './ping';
export * from './weather';