Remove .js extension
This commit is contained in:
parent
47ebd9c84c
commit
693e4c27ac
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue