mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 13:32:39 +00:00
10 lines
116 B
JavaScript
10 lines
116 B
JavaScript
var React = require('react');
|
|
|
|
var Logo = React.createClass({
|
|
render : function(){
|
|
|
|
}
|
|
});
|
|
|
|
module.exports = Logo;
|