Change libraries path to relative (#3433)

This commit is contained in:
Yamagishi Kazutoshi 2017-05-30 22:13:04 +09:00 committed by Eugen Rochko
parent 5ac4d677e9
commit bc4fad9e22

View file

@ -1,8 +1,8 @@
import emojify from 'mastodon/emoji';
import { getLocale } from 'mastodon/locales';
import { length } from 'stringz';
import IntlRelativeFormat from 'intl-relativeformat';
import { delegate } from 'rails-ujs';
import emojify from '../mastodon/emoji';
import { getLocale } from '../mastodon/locales';
import loadPolyfills from '../mastodon/load_polyfills';
require.context('../images/', true);