feat: Admin Home

This commit is contained in:
Jannat Patel
2025-08-22 16:47:25 +05:30
parent e0601c7b38
commit b8708382b1
9 changed files with 341 additions and 80 deletions

View File

@@ -4,7 +4,6 @@ import { createResource } from 'frappe-ui'
import { sessionStore } from './session'
export const useSettings = defineStore('settings', () => {
const { isLoggedIn } = sessionStore()
const isSettingsOpen = ref(false)
const activeTab = ref(null)