diff --git a/helpers/lenses/lenses.js b/helpers/lenses/lenses.js index 6423bcf10..6f2cc6d71 100644 --- a/helpers/lenses/lenses.js +++ b/helpers/lenses/lenses.js @@ -4,7 +4,7 @@ import imageLens from "./imageLens" import htmlLens from "./htmlLens" import xmlLens from "./xmlLens" -const lenses = [jsonLens, imageLens, htmlLens, xmlLens, rawLens] +export const lenses = [jsonLens, imageLens, htmlLens, xmlLens, rawLens] export function getSuitableLenses(response) { const result = []