7 lines
99 B
Dart
7 lines
99 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
import 'src/App.dart';
|
|
|
|
main() async {
|
|
runApp(App());
|
|
}
|