Typing stats and code cleanup and organization

This commit is contained in:
2025-02-15 19:06:19 +01:00
parent 4fc0fbf1ed
commit 4bb441a125
13 changed files with 209 additions and 157 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import Code from './components/Code';
import Typing from 'pages/Typing';
function App() {
return <Code />;
return <Typing />;
}
export default App;