Skip to content

Instantly share code, notes, and snippets.

@Manntrix
Created February 5, 2023 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Manntrix/cd8e3b8453f219d2efb5dc46b274fd08 to your computer and use it in GitHub Desktop.
Save Manntrix/cd8e3b8453f219d2efb5dc46b274fd08 to your computer and use it in GitHub Desktop.
import Stopwatch from "./Stopwatch";
function App() {
return (
<div className="App">
<Stopwatch />
</div>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment