This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
imagini/web_native/lib/main.dart

8 lines
156 B
Dart
Raw Normal View History

import 'package:imagini/core/env.dart';
2021-01-06 19:36:09 +00:00
void main() => ProductionImagini();
2021-01-24 00:28:26 +00:00
class ProductionImagini extends Env {
final String appName = "Imagini";
2021-01-06 19:36:09 +00:00
}