4 lines
122 B
Dart
4 lines
122 B
Dart
/// Exports the FocusFlow Flutter application entry points.
|
|
library;
|
|
|
|
export 'app/focus_flow_app.dart' show FocusFlowApp;
|