Skip to content

Commit

Permalink
Installed and Applied antd
Browse files Browse the repository at this point in the history
  • Loading branch information
EunsooJung committed Feb 15, 2020
1 parent 1fc7ea1 commit bb38dc7
Show file tree
Hide file tree
Showing 13 changed files with 848 additions and 14,662 deletions.
14,441 changes: 0 additions & 14,441 deletions package-lock.json

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"antd": "^3.26.9",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.4.0"
Expand Down
Binary file removed public/logo192.png
Binary file not shown.
Binary file removed public/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions public/robots.txt

This file was deleted.

5 changes: 4 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '~antd/dist/antd.css';

.App {
text-align: center;
}
Expand Down Expand Up @@ -32,7 +34,8 @@
from {
transform: rotate(0deg);
}

to {
transform: rotate(360deg);
}
}
}
22 changes: 1 addition & 21 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,26 +1,6 @@
import React from 'react';
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>
</div>
);
}
const App = () => <div>Online Marketplace</div>;

export default App;
6 changes: 0 additions & 6 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,5 @@ import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import * as serviceWorker from './serviceWorker';

ReactDOM.render(<App />, document.getElementById('root'));

// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.
// Learn more about service workers: https://bit.ly/CRA-PWA
serviceWorker.unregister();
7 changes: 0 additions & 7 deletions src/logo.svg

This file was deleted.

141 changes: 0 additions & 141 deletions src/serviceWorker.js

This file was deleted.

5 changes: 0 additions & 5 deletions src/setupTests.js

This file was deleted.

Loading

0 comments on commit bb38dc7

Please sign in to comment.