init project

This commit is contained in:
Yusuf Ipek
2021-05-08 10:27:15 +03:00
parent cdfcaa04f0
commit c5eddbb0e5
31 changed files with 936 additions and 138 deletions
+2 -20
View File
@@ -1,25 +1,7 @@
import logo from './logo.svg';
import './App.css';
import "./App.scss";
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>
);
return <div>Trillo</div>;
}
export default App;