mirror of
https://github.com/LBRYFoundation/lbry-android.git
synced 2025-09-16 23:49:44 +00:00
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
const Constants = {
|
|
SETTING_ALPHA_UNDERSTANDS_RISKS: "ALPHA_UNDERSTANDS_RISKS"
|
|
};
|
|
|
|
export default Constants;
|