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 시안 적용 대기 중...

+
+ +
+ +

궁합보기는 곧 만나요

+

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

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