Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created September 7, 2020 13:47
Show Gist options
  • Save indreklasn/ca91f736938ba66f41c79190f3f111e1 to your computer and use it in GitHub Desktop.
Save indreklasn/ca91f736938ba66f41c79190f3f111e1 to your computer and use it in GitHub Desktop.
import React, { Component } from "react";
import ReactDOM from "react-dom";
import './i18n';
import App from './App';
// append app to dom
ReactDOM.render(
<App />,
document.getElementById("root")
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment