Update main.dart

This commit is contained in:
orangdeso 2025-02-03 15:05:43 +07:00
parent b332c1e399
commit 496a9c7514
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class MyApp extends StatelessWidget {
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
useMaterial3: true,
),
home: const MyHomePage(title: 'halo'),
home: const MyHomePage(title: 'halo guys'),
);
}
}