Remove rails-ujs, #439

This commit is contained in:
Alex Gleason
2020-09-27 20:27:27 -05:00
parent 3b41a3c478
commit 1420f58085
4 changed files with 3 additions and 22 deletions

View File

@ -1,7 +1,8 @@
import loadPolyfills from './soapbox/load_polyfills';
import { start } from './soapbox/common';
start();
require('fork-awesome/css/fork-awesome.css');
require.context('./images/', true);
loadPolyfills().then(() => {
require('./soapbox/main').default();