This commit is contained in:
mgabdev
2020-05-01 01:50:27 -04:00
parent c15d4f12dc
commit 8e349c368c
99 changed files with 1268 additions and 887 deletions

View File

@@ -81,7 +81,6 @@ function main ( ) {
});
const reactComponents = document.querySelectorAll('[data-component]');
console.log("reactComponents:", reactComponents)
if (reactComponents.length > 0) {
import(/* webpackChunkName: "containers/media_container" */ '../gabsocial/containers/media_container')