mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
* Data Analyst Assistant Solution with Amazon Bedrock AgentCore * Data Analyst Assistant Solution with Amazon Bedrock AgentCore * Data Analyst Assistant Solution with Amazon Bedrock AgentCore * Data Analyst Assistant Solution with Amazon Bedrock AgentCore * Data Analyst Assistant Solution with Amazon Bedrock AgentCore * Data Analyst Assistant Solution with Amazon Bedrock AgentCore * Data Analyst Assistant Solution with Amazon Bedrock AgentCore --------- Co-authored-by: Uriel Ramirez <beralfon@amazon.com>
11 lines
171 B
JavaScript
11 lines
171 B
JavaScript
import React from "react";
|
|
import './App.css';
|
|
import LayoutApp from "./components/LayoutApp";
|
|
|
|
function App() {
|
|
return (
|
|
<LayoutApp />
|
|
);
|
|
}
|
|
|
|
export default App; |