Remove .js extension

This commit is contained in:
Ken-Håvard Lieng 2016-02-17 01:54:06 +01:00
parent 47ebd9c84c
commit 693e4c27ac
1 changed files with 1 additions and 1 deletions

View File

@ -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) {