mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 00:08:46 +00:00
MORE FRONTENDS (EASY MODE) WIN!!!
This commit is contained in:
6
app/javascript/packs/frontends/mastodon.js
Normal file
6
app/javascript/packs/frontends/mastodon.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import main from '../../mastodon/main';
|
||||
import loadPolyfills from '../../mastodon/load_polyfills';
|
||||
|
||||
loadPolyfills().then(main).catch(e => {
|
||||
console.error(e);
|
||||
});
|
||||
Reference in New Issue
Block a user