chore: formatted files with ruff

This commit is contained in:
Jannat Patel
2025-08-11 17:48:37 +05:30
parent be31c18bfe
commit a92e04343a
96 changed files with 490 additions and 1028 deletions

View File

@@ -1,5 +1,8 @@
import { defineStore } from 'pinia'
import { createResource } from 'frappe-ui'
import { useRouter } from 'vue-router'
const router = useRouter()
export const usersStore = defineStore('lms-users', () => {
let userResource = createResource({