Skip to content

Instantly share code, notes, and snippets.

@nemrosim
Created March 27, 2022 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemrosim/f8674647a3acad37bb4b87f2953a378d to your computer and use it in GitHub Desktop.
Save nemrosim/f8674647a3acad37bb4b87f2953a378d to your computer and use it in GitHub Desktop.
import React from 'react';
import logo from './logo.svg';
import './App.css';
export const App = () => (
<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>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment