// import { strings } from '@app-strings' const tools = [ { title: 'A11yWatch', featureIndexs: [0, 1], feature: [{ title: 'Yes with full support', enabled: true }], }, { title: 'Pa11y', featureIndexs: [0, 1], feature: [{ title: 'Yes with full support', enabled: true }], }, { title: 'Axe Core', featureIndexs: [0, 1], feature: [{ title: 'Yes with full support', enabled: true }], }, ] export const featuresConfig = { tools, }