/**
 * @license Copyright (c) 2015, goreutils.com
 * For licensing, see LICENSE
 */

/* global document: false */

"use strict";

import HelloWorld from "example.com/HelloWorld";
import React from "react";

React.render(<HelloWorld world="Earth" />, document.body);
