Rename recurring class filename. Move around some libraries to be under the proper comments.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import '/models/recurring_tracked_type.dart';
|
||||
// Local
|
||||
import '/models/tracked_type_recurring.dart';
|
||||
import '/models/frequency.dart';
|
||||
|
||||
class Expense extends RecurringTrackedType {
|
||||
|
@ -1,4 +1,5 @@
|
||||
import '/models/recurring_tracked_type.dart';
|
||||
// Local
|
||||
import '/models/tracked_type_recurring.dart';
|
||||
import '/models/frequency.dart';
|
||||
|
||||
class Income extends RecurringTrackedType {
|
||||
|
Reference in New Issue
Block a user