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