Large update for all components
reorganization, linting, updating file imports, consolidation warning: there will be errors in this commit todo: update webpack, add missing styles, scss files, consolidate the rest of components within features/*
This commit is contained in:
@@ -27,7 +27,7 @@ function main ( ) {
|
||||
const IntlMessageFormat = require('intl-messageformat').default;
|
||||
const { timeAgoString } = require('../gabsocial/components/relative_timestamp');
|
||||
const { delegate } = require('rails-ujs');
|
||||
const emojify = require('../gabsocial/features/emoji/emoji').default;
|
||||
const emojify = require('../gabsocial/components/emoji/emoji').default;
|
||||
const { getLocale } = require('../gabsocial/locales');
|
||||
const { messages } = getLocale();
|
||||
//(Rjc) 2019-05-24 defined but never used
|
||||
|
||||
Reference in New Issue
Block a user