4 lines
104 B
Dart
4 lines
104 B
Dart
import 'package:flutter/material.dart';
|
|
import 'firesApp.dart';
|
|
|
|
void main() => runApp(new FiresApp());
|