remove unnecessary imports

This commit is contained in:
Sacha Greif 2016-06-11 16:36:45 +09:00
parent 5ce95e4229
commit c3a81bb3e6
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
import React, { PropTypes, Component } from 'react';
import Actions from '../actions.js';
import NovaForm from "meteor/nova:forms";
class CommentsEdit extends Component {

View file

@ -1,5 +1,4 @@
import React, { PropTypes, Component } from 'react';
import Actions from '../actions.js';
import NovaForm from "meteor/nova:forms";
class CommentsNew extends Component {