Skip to content

Commit

Permalink
config: 불필요한 파일 제거 및 App.tsx 초기화
Browse files Browse the repository at this point in the history
Co-authored-by: wisdomin121 <[email protected]>
  • Loading branch information
SeungrokYoon and wisdomin121 committed Aug 23, 2023
1 parent 44347ce commit e2af983
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 84 deletions.
38 changes: 0 additions & 38 deletions src/App.css

This file was deleted.

9 changes: 0 additions & 9 deletions src/App.test.tsx

This file was deleted.

22 changes: 1 addition & 21 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
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.tsx</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
</div>
)
return <div className="App">App</div>
}

export default App
13 changes: 0 additions & 13 deletions src/index.css

This file was deleted.

1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import './index.css'
import App from './App'
import reportWebVitals from './reportWebVitals'

Expand Down
1 change: 0 additions & 1 deletion src/logo.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/setupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// allows you to do things like:
// expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom';
import '@testing-library/jest-dom'

0 comments on commit e2af983

Please sign in to comment.