aprol joke

This commit is contained in:
rafael1209
2024-04-01 15:23:13 +03:00
parent 68d655d2bf
commit 47b540b4d0
2 changed files with 1 additions and 2 deletions

View File

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