Update TODO wording.

This commit is contained in:
Hyperling 2025-02-11 14:52:57 -07:00
parent 8e6b574023
commit bea9a4bc36

View File

@ -6,7 +6,7 @@ import 'package:flutter_expense_tracker/db.dart';
import '/models/expense.dart'; import '/models/expense.dart';
import '/models/frequency.dart'; import '/models/frequency.dart';
// TODO: Make this a generic class based on a superclass of Expense, Income, and Assets? // TODO: Make this a generic UI based on a superclass of Expense, Income, and Assets.
class ExpensePage extends StatefulWidget { class ExpensePage extends StatefulWidget {
const ExpensePage({ const ExpensePage({