Skip to content

Commit 79cc231

Browse files
committed
removing the fragment sign.
1 parent 268e0fa commit 79cc231

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

playground/components/SplitWrapper.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ interface SplitWrapperProps {
77

88
// react-split should be replaced with a React 18 friendly library or CSS
99
const SplitWrapper = (props: SplitWrapperProps) => (
10-
<>
1110
<Split
1211
style={{
1312
width: '100%',
@@ -29,7 +28,6 @@ const SplitWrapper = (props: SplitWrapperProps) => (
2928
>
3029
{props.children}
3130
</Split>
32-
</>
3331
);
3432

3533
export default SplitWrapper;

0 commit comments

Comments
 (0)