Skip to content

Commit

Permalink
upd: app
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxinJC committed Aug 3, 2021
1 parent 849a901 commit 782a6c3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@ function App() {
return (
<div className="App">
<span>11111111</span>
<span>222222222</span>33333<div>444</div>5555577<div>1</div>22333334511
</div>
);
}

function test() {
let a = "1";
if (a) {
console.log(1);
} else {
console.log(2);
}
}

export default App;

0 comments on commit 782a6c3

Please sign in to comment.