mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Adding import instead of require for fastclick
This commit is contained in:
@@ -25,10 +25,10 @@ const ActionTypes = Constants.ActionTypes;
|
||||
import AppDispatcher from '../dispatcher/app_dispatcher.jsx';
|
||||
|
||||
import {FormattedMessage} from 'mm-intl';
|
||||
import attachFastClick from 'fastclick';
|
||||
|
||||
const Popover = ReactBootstrap.Popover;
|
||||
const OverlayTrigger = ReactBootstrap.OverlayTrigger;
|
||||
const attachFastClick = require('fastclick');
|
||||
|
||||
export default class Navbar extends React.Component {
|
||||
constructor(props) {
|
||||
|
||||
Reference in New Issue
Block a user