Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import path from 'path';
import React from 'react';
import ReactDOM from 'react-dom';
import { util } from 'react-lightning-design-system';
import Root from './components/Root';
util.setAssetRoot(path.join(location.pathname, 'assets'));
ReactDOM.render(, document.getElementById('root'));