Home Reference Source

src/components/survey/fixtures/values.js

export default [
  {
    one: 'a',
    two: 'b',
  },
  {
    one: 'b',
    two: 'a',
  },
];