'use strict';
import { createElement, Component, render } from 'rax';
import Container from './container';
render(<Container />);
