first commit

This commit is contained in:
f4ilji
2024-09-19 16:06:49 +05:00
commit b686638a39
1664 changed files with 428174 additions and 0 deletions
@@ -0,0 +1,22 @@
<template>
<div class="px-6 py-4 grid gap-3 md:flex md:justify-between md:items-center border-t border-gray-200 dark:border-gray-700">
<slot />
</div>
</template>
<script>
export default {
name: "AdminIndexFooter",
data() {
return {
}
},
}
</script>
<style scoped>
</style>