This commit is contained in:
marzban-dev
2025-01-28 00:26:26 +03:30
parent 5f14d96122
commit 5bc8fc83ad
@@ -1,14 +1,5 @@
<script setup lang="ts">
// types
type Props = {}
// props
const props = defineProps<Props>();
const {} = toRefs(props);
// state
const isOpen = ref(false);