Skip to content
Snippets Groups Projects
Commit 7a6eaad4 authored by Akihiko Odaki's avatar Akihiko Odaki Committed by Eugen Rochko
Browse files

Do not require images in about.js and share.js (#6622)

They are already required by common.js.
parent 460e380d
No related branches found
No related tags found
No related merge requests found
import loadPolyfills from '../mastodon/load_polyfills';
require.context('../images/', true);
function loaded() {
const TimelineContainer = require('../mastodon/containers/timeline_container').default;
const React = require('react');
......
import loadPolyfills from '../mastodon/load_polyfills';
require.context('../images/', true);
function loaded() {
const ComposeContainer = require('../mastodon/containers/compose_container').default;
const React = require('react');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment