Frontend template import
This commit is contained in:
parent
01d0575505
commit
79d5f23078
16 changed files with 28861 additions and 0 deletions
24
frontend/src/App.tsx
Normal file
24
frontend/src/App.tsx
Normal file
|
@ -0,0 +1,24 @@
|
|||
import './App.scss';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
<header className="App-header">
|
||||
<img src="logo.svg" 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>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
Loading…
Add table
Add a link
Reference in a new issue