simplytest-8.x-4.x-dev/themes/simplytest_theme/react/src/index.js
themes/simplytest_theme/react/src/index.js
import React from 'react';
import DrupalSelection from './DrupalSelection'
import ReactDOM from 'react-dom';
import './index.css';
ReactDOM.render(
<DrupalSelection />,
document.getElementById('root')
);
