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

Function App

videos/long/rtk-query-tutorial/src/App.tsx:4–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected