TF-460 Separate the header of MailboxDashboard on the browser
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
import 'package:equatable/equatable.dart';
|
||||
|
||||
abstract class Action with EquatableMixin {}
|
||||
|
||||
abstract class UIAction extends Action {}
|
||||
Reference in New Issue
Block a user