This commit is contained in:
marzban-dev
2025-03-06 18:52:52 +03:30
parent 2767e99a86
commit 6540a3bb6e
+3 -3
View File
@@ -1,7 +1,9 @@
<script setup lang="ts">
// imports
import { NAV_LINKS } from "~/constants";
</script>
<template>
@@ -125,6 +127,4 @@ import { NAV_LINKS } from "~/constants";
</div>
</div>
</footer>
</template>
<style scoped></style>
</template>