import 'package:flutter/material.dart'; import 'ui.dart'; void main() { runApp(const UI()); }