From 3c64a4604fbcd6454500ecd00b301bb5cf3e3f2b Mon Sep 17 00:00:00 2001 From: gahusb Date: Wed, 27 May 2026 07:47:12 +0900 Subject: [PATCH] =?UTF-8?q?feat(saju-ui-v2):=20match.desktop.jsx=20?= =?UTF-8?q?=E2=80=94=20max-width=20900=20wrapper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/saju/views/match.desktop.jsx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/pages/saju/views/match.desktop.jsx diff --git a/src/pages/saju/views/match.desktop.jsx b/src/pages/saju/views/match.desktop.jsx new file mode 100644 index 0000000..57f547d --- /dev/null +++ b/src/pages/saju/views/match.desktop.jsx @@ -0,0 +1,10 @@ +import React from 'react'; +import MatchMobile from './match.mobile.jsx'; + +export default function MatchDesktop(props) { + return ( +
+ +
+ ); +}