MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / App

Function App

tailwind-test/src/App.js:3–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import './App.css';
2
3function App() {
4 return (
5 <div className="border guang-border hover:guang-border-4">guang</div>
6 );
7}
8
9export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected