Rename file extension

This commit is contained in:
Ariful Alam
2022-03-19 00:15:21 +06:00
parent e47a6f722e
commit 87d92c4c91
5 changed files with 4 additions and 48 deletions

View File

@@ -1,9 +1,7 @@
import { useState } from 'react'
import logo from './logo.svg'
import './App.css'
import { useState } from 'react';
function App() {
const [count, setCount] = useState(0)
const [count, setCount] = useState(0);
return (
<div className="App">
@@ -39,7 +37,7 @@ function App() {
</p>
</header>
</div>
)
);
}
export default App
export default App;