mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
[categories] remove outdated import Messages & ModalTrigger
This commit is contained in:
parent
1d047b92e0
commit
80544da871
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import React, { PropTypes, Component } from 'react';
|
||||
import { FormattedMessage } from 'react-intl';
|
||||
import { Button, DropdownButton, MenuItem, Modal } from 'react-bootstrap';
|
||||
import { ModalTrigger, ContextPasser } from "meteor/nova:core";
|
||||
import { /* ModalTrigger, */ ContextPasser } from "meteor/nova:core";
|
||||
import { withRouter } from 'react-router'
|
||||
import { LinkContainer } from 'react-router-bootstrap';
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import React, { PropTypes, Component } from 'react';
|
||||
import { Button, DropdownButton, MenuItem } from 'react-bootstrap';
|
||||
import classNames from "classnames";
|
||||
import { Messages, ModalTrigger } from 'meteor/nova:core';
|
||||
//import { Messages, ModalTrigger } from 'meteor/nova:core';
|
||||
import { LinkContainer } from 'react-router-bootstrap';
|
||||
import { withRouter } from 'react-router'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue