feat(app): add widgets

This commit is contained in:
ItzCrazyKns
2025-11-20 14:55:50 +05:30
parent 036b44611f
commit 1614cfa5e5
3 changed files with 194 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import WidgetRegistry from './registry';
import weatherWidget from './weatherWidget';
WidgetRegistry.register(weatherWidget);
export { WidgetRegistry };