Finish implementing send page
This commit is contained in:
@@ -11,7 +11,7 @@ class _SettingsRootPageState extends State<SettingsRootPage> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Center(
|
||||
child: Text('Settings'),
|
||||
child: Text('(coming soon...)'), //TODO
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user