This commit is contained in:
mgabdev
2020-04-11 18:29:19 -04:00
parent 7249143d9f
commit 595208780e
160 changed files with 1678 additions and 2103 deletions

View File

@@ -81,6 +81,7 @@ 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')