mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package system.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
|
||||
// See License.txt for license information.
|
||||
|
||||
var Utils = require('../utils/utils.jsx');
|
||||
import * as Utils from '../utils/utils.jsx';
|
||||
|
||||
export default class FilePreview extends React.Component {
|
||||
constructor(props) {
|
||||
|
||||
Reference in New Issue
Block a user