MCPcopy Create free account
hub / github.com/cosdensolutions/code / App

Function App

videos/long/redux-tutorial/src/App.tsx:3–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import Counter from "./components/Counter";
2
3const App = () => {
4 return (
5 <div>
6 <h2>Redux Complete Tutorial</h2>
7 <Counter />
8 </div>
9 );
10};
11
12export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected