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 ( +