This website requires JavaScript.
Explore
Help
Register
Sign In
charieswei
/
TradingAgents
mirror of
https://github.com/TauricResearch/TradingAgents.git
Watch
1
Star
0
Fork
You've already forked TradingAgents
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9a46424e61
TradingAgents
/
ui
/
app
/
page.tsx
6 lines
102 B
TypeScript
Raw
Blame
History
import
{
redirect
}
from
'next/navigation'
export
default
function
Home() {
redirect
(
'/new-run'
)
}
Reference in New Issue
View Git Blame
Copy Permalink