import 'whatwg-fetch'; // fetch polyfill

import './index.scss';
import {run} from './run.jsx';

run();
