aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Tabs/TabItem.tsx
blob: 631586d62ca884c556147b1ddcd67779d21af561 (plain) (blame)
1
export default ({ children }) => <>{children}</>;