New lobby

This commit is contained in:
Andrew 2023-03-04 14:31:12 +07:00
parent 99151d0ec9
commit af85165943
6 changed files with 270 additions and 204 deletions

View file

@ -13,7 +13,7 @@ final darkTheme = ThemeData(
void main() {
runApp(GetMaterialApp(
initialRoute: '/testing',
initialRoute: '/auth',
title: 'HUACU',
darkTheme: darkTheme,
themeMode: ThemeMode.dark,