mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-15 17:20:32 +00:00
backend/frontend init
This commit is contained in:
parent
518c975791
commit
4f44b171b9
24 changed files with 11303 additions and 0 deletions
26
code/frontend/vogel-social-media/src/App.tsx
Normal file
26
code/frontend/vogel-social-media/src/App.tsx
Normal file
|
@ -0,0 +1,26 @@
|
|||
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.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