feat(stock): /stock/screener 페이지 골격 + hooks 4개 + 컴포넌트 stub 6개
This commit is contained in:
3
src/pages/stock/screener/components/NodePanel.jsx
Normal file
3
src/pages/stock/screener/components/NodePanel.jsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function NodePanel({ meta, weights, params, onWeights, onParams }) {
|
||||
return <section className="screener-card"><h3>점수 노드 ({meta.length})</h3><p style={{fontSize: 12, color:'#9ca3af'}}>TODO: 노드별 카드 (Task 4.4)</p></section>;
|
||||
}
|
||||
Reference in New Issue
Block a user