Skip to content

Commit

Permalink
Fix missing React import
Browse files Browse the repository at this point in the history
  • Loading branch information
rodriguez-facundo committed May 10, 2019
1 parent c40c8f6 commit 17de580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/pages/admin/AdminPanel.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define(function (require) {

require('./AdminPanel.less');

var React = require('react');
var createClass = require('create-react-class');
var Griddle = require('griddle-0.6-fork');

Expand Down

0 comments on commit 17de580

Please sign in to comment.