7 lines
257 B
Dart
7 lines
257 B
Dart
// SPDX-FileCopyrightText: 2026 FocusFlow contributors
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
/// Provides compatibility composition exports for FocusFlow Flutter.
|
|
library;
|
|
|
|
export '../app/demo_scheduler_composition.dart' show DemoSchedulerComposition;
|