import 'package:flutter/material.dart'; import 'package:zontreck/pages/Main.dart'; void main() { runApp(new MainPage()); }