Initial commit: SAPIENS Stock service

This commit is contained in:
jungwoo choi
2025-10-22 09:31:15 +09:00
commit f0c0f3b8d6
93 changed files with 8369 additions and 0 deletions

5
app/page.tsx Normal file
View File

@ -0,0 +1,5 @@
import { StockDashboard } from "@/components/stock-dashboard"
export default function Home() {
return <StockDashboard />
}