fluffychat/lib/pangea/user/constants/age_limits.dart
ggurdin 027158e286
1435 refactor into function specific groupings (#1440)
* fix: deleted unreferenced files

* fix: sort files based on function
2025-01-14 14:00:30 -05:00

4 lines
99 B
Dart

class AgeLimits {
static const int toAccessFeatures = 18;
static const int toUseTheApp = 13;
}