import React from 'react';
import { Tabs as RACTabs, type TabsProps } from 'react-aria-components';

export function Tabs(props: TabsProps) {
  return <RACTabs {...props} />;
}
