0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 16:42:41 +00:00
Files
homebrewery/shared/naturalcrit/svg/naturalcrit.svg.jsx
2016-05-14 11:49:39 -04:00

10 lines
116 B
JavaScript

var React = require('react');
var Logo = React.createClass({
render : function(){
}
});
module.exports = Logo;