import 'package:flutter/material.dart'; import 'package:thesis_shop/app.dart'; void main() { runApp(const ThesisShopApp()); }