Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
test commit
  • Loading branch information
seonghooni authored Jan 2, 2024
2 parents fbbe522 + 662a071 commit b706618
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,11 @@ import logo from './logo.svg';
import './App.css';

function App() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
home
</div>
);
return (
<div className="App">
<h1>여기는 페이지입니다!!</h1>
</div>
);
}

export default App;

0 comments on commit b706618

Please sign in to comment.