первый коммит

This commit is contained in:
bulatova_karina 2024-09-18 17:04:00 +04:00
parent 7e7db96a97
commit 1452aba07e

View File

@ -15,7 +15,7 @@ class MyApp extends StatelessWidget {
colorScheme: ColorScheme.fromSeed(seedColor: Colors.pink),
useMaterial3: true,
),
home: const MyHomePage(title: 'Булатова Карина Раилевна'),
home: const MyHomePage(title: 'Булатова Каринa Раилевна'),
);
}
}