#54 new: grouped snippet & tab snippet

This commit is contained in:
lollipopkit
2023-05-30 18:05:46 +08:00
parent 96438313a1
commit a1e80fd806
13 changed files with 192 additions and 57 deletions

View File

@@ -43,7 +43,7 @@ class MyApp extends StatelessWidget {
brightness: Brightness.dark,
colorSchemeSeed: primaryColor,
),
home: const MyHomePage(),
home: const HomePage(),
);
},
);