beginning...

This commit is contained in:
Milana Ievlewa 2024-09-06 22:45:50 +04:00
parent 832617bb7b
commit 8979a4d65c

View File

@ -15,7 +15,7 @@ class MyApp extends StatelessWidget {
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
useMaterial3: true,
),
home: const MyHomePage(title: 'Иевлева Милана Дмитриевна ПИбд-31'),
home: const MyHomePage(title: 'Иевлева Милана Дмитриевна'),
);
}
}