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

Function App

videos/long/refactoring-react-component/src/App.tsx:3–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import CreateProjectForm from './components/CreateProjectForm';
2
3export default function App() {
4 return (
5 <div>
6 <CreateProjectForm />
7 </div>
8 );
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected