import { init } from '$utils/init'; import { pageTransition } from '$utils/pageTransition'; window.Webflow ||= []; window.Webflow.push(() => { if (window.__myAppInitiated) return; init(document.body); // This should be alone here, not inside init() pageTransition(); window.__myAppInitiated = true; });