D1APP-4 entry class name changed
This commit is contained in:
parent
663e38178c
commit
00cc7ca61c
|
|
@ -6,11 +6,11 @@ import 'package:flutter_localizations/flutter_localizations.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
runApp(const MyApp());
|
runApp(const Didvan());
|
||||||
}
|
}
|
||||||
|
|
||||||
class MyApp extends StatelessWidget {
|
class Didvan extends StatelessWidget {
|
||||||
const MyApp({Key? key}) : super(key: key);
|
const Didvan({Key? key}) : super(key: key);
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return ChangeNotifierProvider(
|
return ChangeNotifierProvider(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue