import { register } from '@/services/mock/registry' import { endpoints } from '@/services/api/endpoints' import { studentDashboard } from '@/services/mock/fixtures/student-dashboard' register('GET', endpoints.getStudentDashboard, () => ({ data: studentDashboard }))