"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const MagicStrings = {
SUCCESS_MESSAGE: 'Valid URL',
ERROR_MESSAGE: 'Invalid URL or no URLs matching the input params, you may want to try a different list of subreddits',
};
exports.default = MagicStrings;