Skip to content

Commit

Permalink
Revert "Fix linter"
Browse files Browse the repository at this point in the history
This reverts commit eecebe7.
  • Loading branch information
geclos committed Oct 1, 2024
1 parent 12d2290 commit bf8b9b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web-ui/src/ds/atoms/SplitPane/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import {

import { ResizableBox, ResizeCallbackData, ResizeHandle } from 'react-resizable'

import { cn } from '../../../lib/utils'

function Pane({ children }: { children: ReactNode }) {
return <div className='flex flex-col h-full relative'>{children}</div>
}
Expand Down

0 comments on commit bf8b9b9

Please sign in to comment.