создала вторую ветку

This commit is contained in:
bulatova_karina 2024-09-22 19:55:08 +04:00
parent 1452aba07e
commit 6e57eab74d

View File

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