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