import React from 'react'; import { Tabs } from './tabs'; const tabbedPanelItems = [ { id: '1', title: 'Item 1 Title', children:
Table will go here (Test #1)
, }, { id: '2', title: 'Item 2 Longer Title', children:
Table will go here (Test #2)
, }, { id: '3', title: 'Item 3', children:
Table will go here (Test #3)
, }, ]; export const Demo1 = () => { return ; };