mirror of
https://github.com/foss42/apidash.git
synced 2025-05-23 01:06:46 +08:00
10 lines
262 B
Dart
10 lines
262 B
Dart
// ignore_for_file: unused_import
|
|
// TODO: Added ignore to calculate code coverage
|
|
|
|
import 'package:apidash/main.dart';
|
|
import 'package:apidash/app.dart';
|
|
import 'package:apidash/common/utils.dart';
|
|
import 'package:apidash/screens/screens.dart';
|
|
|
|
void main() {}
|