From 6e5aabc94c63da191d2f9ac58035e587179b2dd4 Mon Sep 17 00:00:00 2001 From: gahusb Date: Tue, 26 May 2026 08:36:40 +0900 Subject: [PATCH] =?UTF-8?q?feat(saju):=20=EA=B6=81=ED=95=A9=EB=B3=B4?= =?UTF-8?q?=EA=B8=B0=20v2=20placeholder=20+=20SajuNav=20=ED=86=B5=ED=95=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/saju/Compatibility.jsx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/pages/saju/Compatibility.jsx b/src/pages/saju/Compatibility.jsx index e67e0c0..d113957 100644 --- a/src/pages/saju/Compatibility.jsx +++ b/src/pages/saju/Compatibility.jsx @@ -1,10 +1,19 @@ import React from 'react'; +import { Link } from 'react-router-dom'; +import './Saju.css'; +import SajuNav from './components/SajuNav'; +import HoryungMascot from './components/HoryungMascot'; export default function Compatibility() { return ( -
-

궁합 분석

-

UI 시안 적용 대기 중...

+
+ +
+ +

궁합보기는 곧 만나요

+

두 사람의 사주를 함께 풀어보는 기능을 준비 중입니다.
조금만 기다려 주세요.

+ 메인으로 돌아가기 +
); }