Revert "Merge pull request #20 from danilt2000/Swino4ka"

This reverts commit 3b06b7ef2d, reversing
changes made to c4761cec13.
This commit is contained in:
rafael1209
2024-04-08 21:05:08 +03:00
parent 25c8bab94f
commit 49819e061a
6 changed files with 99 additions and 274 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'