diff --git a/client/src/js/util/index.js b/client/src/js/util/index.js index 7e35ece3..3b8d8193 100644 --- a/client/src/js/util/index.js +++ b/client/src/js/util/index.js @@ -1,7 +1,7 @@ import padStart from 'lodash/padStart'; export messageHeight from './messageHeight'; -export linkify from './linkify.js'; +export linkify from './linkify'; export function normalizeChannel(channel) { if (channel.indexOf('#') !== 0) {