Reset income page to just a placeholder for consistency.

This commit is contained in:
Hyperling 2025-02-07 10:53:16 -07:00
parent 8c31d868b9
commit 305012ffd4

View File

@ -7,12 +7,6 @@ class IncomePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Center(
child: Column(
children: [
Text("TBD"),
Placeholder(),
],
));
return Placeholder();
}
}