Files
langchain-go/frontend/src/App.tsx
T

12 lines
112 B
TypeScript
Raw Normal View History

2026-03-24 11:59:20 +08:00
import Card from "./components/Card"
2026-03-23 22:33:30 +08:00
function App() {
return (
2026-03-24 11:59:20 +08:00
<><Card /></>
2026-03-23 22:33:30 +08:00
)
}
export default App