new commit

This commit is contained in:
kamilia 2024-09-18 16:57:36 +04:00
parent 213aba36a2
commit 1f69219a50

View File

@ -15,7 +15,7 @@ class MyApp extends StatelessWidget {
colorScheme: ColorScheme.fromSeed(seedColor: Colors.brown),
useMaterial3: true,
),
home: const MyHomePage(title: 'Сафиулова Камилия Наилевна'),
home: const MyHomePage(title: 'Сафиулова Камилия Наилевна '),
);
}
}