5 lines
122 B
JavaScript
5 lines
122 B
JavaScript
'use client';
|
|
|
|
export { TabPanel } from './TabPanel';
|
|
export * from './TabPanel.types';
|
|
export * from './tabPanelClasses'; |