10 lines
122 B
Dart
10 lines
122 B
Dart
export 'app.dart';
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
import 'app.dart';
|
|
|
|
void main() {
|
|
runApp(const MyApp());
|
|
}
|