Skip to content

Commit f792080

Browse files
committed
test
1 parent e28f35e commit f792080

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/App.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import { useState } from 'react'
2-
import reactLogo from './assets/react.svg'
3-
import viteLogo from './assets/vite.svg'
4-
import heroImg from './assets/hero.png'
5-
import './App.css'
1+
import { useState } from "react";
2+
import reactLogo from "./assets/react.svg";
3+
import viteLogo from "./assets/vite.svg";
4+
import heroImg from "./assets/hero.png";
5+
import "./App.css";
66

77
function App() {
8-
const [count, setCount] = useState(0)
8+
const [count, setCount] = useState(0);
99

1010
return (
1111
<>
@@ -16,7 +16,7 @@ function App() {
1616
<img src={viteLogo} className="vite" alt="Vite logo" />
1717
</div>
1818
<div>
19-
<h1>Get started</h1>
19+
<h1>Main</h1>
2020
<p>
2121
Edit <code>src/App.tsx</code> and save to test <code>HMR</code>
2222
</p>
@@ -115,7 +115,7 @@ function App() {
115115
<div className="ticks"></div>
116116
<section id="spacer"></section>
117117
</>
118-
)
118+
);
119119
}
120120

121-
export default App
121+
export default App;

0 commit comments

Comments
 (0)