import { createBoard } from '@wixc3/react-board'; import { ResponsiveWaffle } from '@nivo/waffle'; import cover from './cover.png'; const data = [ { id: 'cats', label: 'Cats', value: 15.476049874677352, }, { id: 'dogs', label: 'Dogs', value: 16.365657505291065, }, { id: 'rabbits', label: 'Rabits', value: 26.396035183015456, }, ]; export default createBoard({ name: 'Waffle', Board: () => (