add house db model

This commit is contained in:
Eric Hulburd
2016-02-18 12:29:16 -06:00
parent b901409f86
commit e57e1a0742
5 changed files with 84 additions and 42 deletions

View File

@@ -5,7 +5,6 @@ import React from 'react';
import ReactDOM from 'react-dom';
import Layout from './dashboard/layout/layout';
ReactDOM.render(
React.createElement(Layout),
document.getElementById('root')