Skip to content

Instantly share code, notes, and snippets.

@charly-palencia
Created June 14, 2019 04:10
Show Gist options
  • Save charly-palencia/a998f7bcf6b958c22c61bef0e4707abe to your computer and use it in GitHub Desktop.
Save charly-palencia/a998f7bcf6b958c22c61bef0e4707abe to your computer and use it in GitHub Desktop.
import GlobalStyles from "./globalStyles";
...
function App() {
return (
<AppContainer>
<GlobalStyle/>
...
</AppContainer>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment