Initial commit: SAPIENS Stock service
This commit is contained in:
5
app/page.tsx
Normal file
5
app/page.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
import { StockDashboard } from "@/components/stock-dashboard"
|
||||
|
||||
export default function Home() {
|
||||
return <StockDashboard />
|
||||
}
|
||||
Reference in New Issue
Block a user