Remove .js extension
This commit is contained in:
parent
47ebd9c84c
commit
693e4c27ac
|
@ -1,7 +1,7 @@
|
||||||
import padStart from 'lodash/padStart';
|
import padStart from 'lodash/padStart';
|
||||||
|
|
||||||
export messageHeight from './messageHeight';
|
export messageHeight from './messageHeight';
|
||||||
export linkify from './linkify.js';
|
export linkify from './linkify';
|
||||||
|
|
||||||
export function normalizeChannel(channel) {
|
export function normalizeChannel(channel) {
|
||||||
if (channel.indexOf('#') !== 0) {
|
if (channel.indexOf('#') !== 0) {
|
||||||
|
|
Loading…
Reference in New Issue