This website requires JavaScript.
Explore
Help
Register
Sign In
wonder
/
langchain-go
Watch
1
Star
1
Fork
0
You've already forked langchain-go
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0de4cd547e597abcd8c614d5ffadb869abcf1896
langchain-go
/
frontend
/
src
/
App.tsx
T
12 lines
112 B
TypeScript
Raw
Normal View
History
Unescape
Escape
✨
Feat: 增加 Card 组件
2026-03-24 11:59:20 +08:00
import
Card
from
"./components/Card"
✨
Feat: 前端项目初始化
2026-03-23 22:33:30 +08:00
function
App() {
return
(
✨
Feat: 增加 Card 组件
2026-03-24 11:59:20 +08:00
<><
Card
/></>
✨
Feat: 前端项目初始化
2026-03-23 22:33:30 +08:00
)
}
export
default
App
Reference in New Issue
Copy Permalink