Skip to content

Commit

Permalink
いらないもの削った
Browse files Browse the repository at this point in the history
  • Loading branch information
erukiti committed Apr 29, 2019
1 parent 1f8ff58 commit d27e5cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 61 deletions.
33 changes: 0 additions & 33 deletions src/App.css

This file was deleted.

21 changes: 1 addition & 20 deletions src/App.tsx
@@ -1,26 +1,7 @@
import React from 'react';
import logo from './logo.svg';
import './App.css';

const App: React.FC = () => {
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>hoge</div>
}

export default App;
7 changes: 0 additions & 7 deletions src/logo.svg

This file was deleted.

5 changes: 4 additions & 1 deletion tsconfig.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es2015",
"lib": [
"dom",
"dom.iterable",
Expand All @@ -21,5 +21,8 @@
},
"include": [
"src"
],
"exclude": [
"node_modules"
]
}

0 comments on commit d27e5cd

Please sign in to comment.