mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 01:45:55 +08:00
OAuthApp: Add a main
This way we can easily run it
This commit is contained in:
@ -83,3 +83,7 @@ class OAuthAppState extends State<OAuthApp> {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
void main() async {
|
||||
runApp(OAuthApp());
|
||||
}
|
||||
|
Reference in New Issue
Block a user