Change libraries path to relative (#3433)
This commit is contained in:
parent
5ac4d677e9
commit
bc4fad9e22
|
@ -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);
|
||||
|
|
Reference in a new issue