mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-27 19:11:09 +00:00
6 lines
147 B
Dart
6 lines
147 B
Dart
![]() |
import 'workspace/workspace_operations_test.dart' as workspace_operations_test;
|
||
|
|
||
|
Future<void> main() async {
|
||
|
workspace_operations_test.main();
|
||
|
}
|