Repository URL to install this package:
|
Version:
2.1.1 ▾
|
import ReactDOM from 'react-dom';
import React from 'react';
import PlaygroundPage from './Components/PlaygroundPage';
import './index.css';
import '../node_modules/@doodle/components/styles.dev.css';
ReactDOM.render(<PlaygroundPage />, document.getElementById('root'));