We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268e0fa commit 79cc231Copy full SHA for 79cc231
playground/components/SplitWrapper.tsx
@@ -7,7 +7,6 @@ interface SplitWrapperProps {
7
8
// react-split should be replaced with a React 18 friendly library or CSS
9
const SplitWrapper = (props: SplitWrapperProps) => (
10
- <>
11
<Split
12
style={{
13
width: '100%',
@@ -29,7 +28,6 @@ const SplitWrapper = (props: SplitWrapperProps) => (
29
28
>
30
{props.children}
31
</Split>
32
- </>
33
);
34
35
export default SplitWrapper;
0 commit comments