Skip to content

Commit

Permalink
Re-add react import to custom node after merging with upstream master
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKoch committed Sep 28, 2018
1 parent 115df89 commit 13f4e5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sandbox/data/custom-node/CustomNode.jsx
@@ -1,3 +1,5 @@
import React from 'react';

import './res/styles/custom-node.css';

const ICON_PATH = './data/custom-node/res/images/';
Expand Down
1 change: 1 addition & 0 deletions sandbox/data/custom-node/custom-node.config.js
@@ -1,3 +1,4 @@
import React from 'react';
import CustomNode from './CustomNode';

module.exports = {
Expand Down

0 comments on commit 13f4e5f

Please sign in to comment.