Examples: Add multimodal app (#2328)
This commit is contained in:
13
examples/multimodal-demo/src/App.tsx
Normal file
13
examples/multimodal-demo/src/App.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import Home from "./page"
|
||||
|
||||
|
||||
function App() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Home />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
Reference in New Issue
Block a user