'use strict';

import { createElement, render } from 'rax';
import Container from './container.jsx';

render(<Container />);
