main.dart 123 Bytes
import 'package:flutter/material.dart';
import 'package:wow_english/app/app.dart';

void main() {
  runApp(const App());
}