주식 잔고, 주문 창 업그레이드

- 잔고, 주문 창 분리
 - full-width 섹션으로 쌓게 변경
This commit is contained in:
2026-01-26 22:47:18 +09:00
parent 5f4742085c
commit 22897c3eb6
5 changed files with 407 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import React, { useEffect, useMemo, useState } from 'react';
import { Link } from 'react-router-dom';
import {
getStockHealth,
getStockIndices,
@@ -157,6 +158,9 @@ const Stock = () => {
>
뉴스 새로고침
</button>
<Link className="button ghost" to="/stock/trade">
잔고/주문 화면
</Link>
<button
className="button ghost"
onClick={onScrap}