추가 커밋

This commit is contained in:
focp212@naver.com
2025-09-05 16:11:36 +09:00
parent 05238b04c1
commit 556ea4d7f2
22 changed files with 139 additions and 20 deletions

View File

@@ -28,7 +28,7 @@ export const DataNotificationPage = () => {
<>
<main>
<div className="tab-content">
<div className="tab-pane sub active" id="tab1">
<div className="tab-pane sub active">
<PaymentTab activeTab={ activeTab }></PaymentTab>
<DataNotificationWrap></DataNotificationWrap>
</div>

View File

@@ -28,7 +28,7 @@ export const InfoPage = () => {
<>
<main>
<div className="tab-content">
<div className="tab-pane sub active" id="tab1">
<div className="tab-pane sub active">
<PaymentTab activeTab={ activeTab }></PaymentTab>
<InfoWrap></InfoWrap>
</div>