feat(stock): /stock/screener 라우트 + 임시 placeholder

This commit is contained in:
2026-05-12 14:13:26 +09:00
parent 42ebd5a87c
commit cd6072727f
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import React from 'react';
export default function Screener() {
return (
<div style={{ padding: 24, color: '#e5e7eb' }}>
<h1>스크리너</h1>
<p>구현 Task 4.3에서 페이지 골격 + hooks + 컴포넌트가 추가됩니다.</p>
</div>
);
}