Code & Deploy
siGit Code
Git Hosting
Toggle menu
siGit Code
Git Hosting
Sign in
Sign in
@prakhar-gitlab
/
ai-investment-platform
ai-investment-platform
/
frontend
/
app
/
page.tsx
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
tsx
5 lines
143 Bytes
Copy permalink
Copy
Raw
1
import
{
InvestmentWorkspace
}
from
"
./components/investment-workspace
"
;
2
3
export
default
function
Home
()
{
4
return
<
InvestmentWorkspace
/>;
5
}