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