import 'package:flutter/material.dart';
import 'package:furman_now/src/app.dart';
void main() {
runApp(const App());
}