This commit is contained in:
rafael1209
2024-04-07 23:55:36 +03:00
parent 0e9d7cbb42
commit 387e2c9db5

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 = true; const siteIsOff = false;
import router from "@/router/router"; import router from "@/router/router";
import mitt from 'mitt' import mitt from 'mitt'