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