chore: replace prettier with oxfmt (#8676)

This commit is contained in:
sriram veeraghanta
2026-03-02 20:40:50 +05:30
committed by GitHub
parent 9ee73d57ef
commit 41abaffc6e
1008 changed files with 4046 additions and 4027 deletions

View File

@@ -69,9 +69,9 @@ export function Tabs(props: TTabsProps) {
};
return (
<div className="flex flex-col w-full h-full">
<div className="flex h-full w-full flex-col">
<Tab.Group defaultIndex={currentTabIndex(selectedTab)}>
<div className={cn("flex flex-col w-full h-full gap-2", containerClassName)}>
<div className={cn("flex h-full w-full flex-col gap-2", containerClassName)}>
<div className={cn("flex w-full items-center gap-4", tabListContainerClassName)}>
<TabList
tabs={tabs}