feat(saju): api helpers (saju + compat) + 라우트 + 아이콘 + placeholder pages

This commit is contained in:
2026-05-25 20:31:35 +09:00
parent e634cdedba
commit eab52ca424
7 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import React from 'react';
export default function SajuResult() {
return (
<div style={{ padding: '2rem', color: '#fff' }}>
<h1>사주 분석 결과</h1>
<p>UI 시안 적용 대기 ...</p>
</div>
);
}