import 'package:flutter_riverpod/flutter_riverpod.dart';
final currentTenantIdProvider = StateProvider<String?>((ref) {
return null;
});