MCPcopy Create free account
hub / github.com/WebDevSimplified/spotify-clone / App

Function App

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

Source from the content-addressed store, hash-verified

5const code = new URLSearchParams(window.location.search).get("code")
6
7function App() {
8 return code ? <Dashboard code={code} /> : <Login />
9}
10
11export default App

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected