Skip to content

Instantly share code, notes, and snippets.

@egebilican
Last active March 27, 2019 14:52
Show Gist options
  • Save egebilican/393a817f84fa381b398b69e1bc73a14d to your computer and use it in GitHub Desktop.
Save egebilican/393a817f84fa381b398b69e1bc73a14d to your computer and use it in GitHub Desktop.
INTL-index.js
import React from "react";
import ReactDOM from "react-dom";
import "./index.css";
import App from "./App";
import IntlProviderComponent from "./IntlProviderComponent";
ReactDOM.render(
<IntlProviderComponent>
<App />
</IntlProviderComponent>,
document.getElementById("root")
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment