This commit is contained in:
rafael1209
2024-04-07 19:39:49 +03:00
parent c54c94e327
commit 0e9d7cbb42

View File

@@ -7,7 +7,7 @@ const SiteOff = {
<p>We are currently performing maintenance. We will be back shortly!</p> <p>We are currently performing maintenance. We will be back shortly!</p>
</div>` </div>`
}; };
const siteIsOff = false; const siteIsOff = true;
import router from "@/router/router"; import router from "@/router/router";
import mitt from 'mitt' import mitt from 'mitt'