mirror of
https://github.com/namidaco/namida.git
synced 2026-03-13 08:12:29 +08:00
6 lines
158 B
Dart
6 lines
158 B
Dart
import 'package:namida/controller/platform/home_widgets/home_widgets.dart';
|
|
|
|
class HomeWidgetController {
|
|
static final instance = HomeWidgets.platform();
|
|
}
|