We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb61ec5 commit 86b35eeCopy full SHA for 86b35ee
src/App.jsx
@@ -1,10 +1,5 @@
1
function App() {
2
-
3
- return (
4
- <>
5
- <h1 className="text-center">CodeX</h1>
6
- </>
7
- );
+ return <h1 className="text-center">CodeX</h1>;
8
}
9
10
export default App;
0 commit comments