mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 09:47:35 +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