mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
remove unnecessary imports
This commit is contained in:
parent
5ce95e4229
commit
c3a81bb3e6
2 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue