MCPcopy
hub / github.com/adrianhajdin/project_chat_application / App

Function App

client/src/App.js:8–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6import { BrowserRouter as Router, Route } from "react-router-dom";
7
8const App = () => {
9 return (
10 <Router>
11 <Route path="/" exact component={Join} />
12 <Route path="/chat" component={Chat} />
13 </Router>
14 );
15}
16
17export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected