feat: show live class joining and leaving time in attendance list

This commit is contained in:
Jannat Patel
2025-06-12 23:18:35 +05:30
parent bf50e3f898
commit d594419200
11 changed files with 91 additions and 50 deletions

View File

@@ -191,7 +191,7 @@ import {
h,
onUnmounted,
} from 'vue'
import { getSidebarLinks } from '../utils'
import { getSidebarLinks } from '@/utils'
import { usersStore } from '@/stores/user'
import { sessionStore } from '@/stores/session'
import { useSidebar } from '@/stores/sidebar'