0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 19:52:41 +00:00

Creating thew new brew renderer

This commit is contained in:
Scott Tolksdorf
2016-05-09 09:35:43 -04:00
parent 62654102b8
commit 30e6bb28ad
5 changed files with 122 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ var React = require('react');
var _ = require('lodash');
var cx = require('classnames');
var striptags = require('striptags');
//var striptags = require('striptags');
var Nav = require('naturalcrit/nav/nav.jsx');