Finish implementing send page

This commit is contained in:
2025-04-13 01:51:52 +02:00
parent 95353735b0
commit e96be86314
7 changed files with 300 additions and 85 deletions

View File

@@ -11,7 +11,7 @@ class _SettingsRootPageState extends State<SettingsRootPage> {
@override
Widget build(BuildContext context) {
return Center(
child: Text('Settings'),
child: Text('(coming soon...)'), //TODO
);
}
}