TF-2677 Set up server settings
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import 'package:equatable/equatable.dart';
|
||||
|
||||
abstract class ServerSettings with EquatableMixin {
|
||||
@override
|
||||
List<Object?> get props => [];
|
||||
}
|
||||
Reference in New Issue
Block a user