Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created August 7, 2021 05:50
Show Gist options
  • Save percybolmer/5500dcbee870ae3bbf7b12237d37daec to your computer and use it in GitHub Desktop.
Save percybolmer/5500dcbee870ae3bbf7b12237d37daec to your computer and use it in GitHub Desktop.
import './App.css';
import Main from './layouts/main';
function App() {
return (
<Main></Main>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment