blob: e4b5c93dede18ad35cbc43586a9dabdd13487141 [file] [log] [blame]
import 'package:flutter/material.dart';
void main() {
runApp(Container());
}