feat(saju-ui-v2): match.desktop.jsx — max-width 900 wrapper
This commit is contained in:
10
src/pages/saju/views/match.desktop.jsx
Normal file
10
src/pages/saju/views/match.desktop.jsx
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
import React from 'react';
|
||||||
|
import MatchMobile from './match.mobile.jsx';
|
||||||
|
|
||||||
|
export default function MatchDesktop(props) {
|
||||||
|
return (
|
||||||
|
<div style={{ maxWidth: 900, margin: '0 auto' }}>
|
||||||
|
<MatchMobile {...props} />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user