Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created March 13, 2019 14:18
Show Gist options
  • Save vsavkin/e30a1f319f94e52572db7f4bb8189b52 to your computer and use it in GitHub Desktop.
Save vsavkin/e30a1f319f94e52572db7f4bb8189b52 to your computer and use it in GitHub Desktop.
import '@happynrwl/ui';
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { App } from './app/app';
ReactDOM.render(<App />, document.querySelector('happynrwl-root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment