MCPcopy Create free account
hub / github.com/SuboptimalEng/coding-tutorials / App

Function App

react-pokemon-kanban/src/App.tsx:5–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import Board from './components/Board';
4
5function App() {
6 return (
7 <div className="App">
8 <header className="App-header">
9 <Board></Board>
10 </header>
11 </div>
12 );
13}
14
15export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected