MCPcopy Create free account
hub / github.com/Ironclad/rivet-example / App

Function App

app/src/App.tsx:3–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import ChatMessages from './ChatMessages';
2
3function App() {
4 return (
5 <div className="App" style={{ maxWidth: '600px', margin: '0 auto' }}>
6 <ChatMessages />
7 </div>
8 );
9}
10
11export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected