5 lines
90 B
Dart
5 lines
90 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
import 'src/App.dart';
|
|
|
|
main() => runApp(App());
|