Skip to content

Instantly share code, notes, and snippets.

@sumitkharche
Created May 9, 2020 12:07
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 sumitkharche/19b17bf42688bd0b57a8d2d2f8f5648d to your computer and use it in GitHub Desktop.
Save sumitkharche/19b17bf42688bd0b57a8d2d2f8f5648d to your computer and use it in GitHub Desktop.
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import * as serviceWorker from './serviceWorker';
import { Fabric } from "@fluentui/react";
ReactDOM.render(
<React.StrictMode>
<Fabric>
<App />
</Fabric>
</React.StrictMode>,
document.getElementById('root')
);
serviceWorker.unregister();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment