7 lines
220 B
Dart
7 lines
220 B
Dart
// SPDX-FileCopyrightText: 2026 FocusFlow contributors
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
/// Exports the FocusFlow Flutter application entry points.
|
|
library;
|
|
|
|
export 'app/focus_flow_app.dart' show FocusFlowApp;
|