Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BramMeir committed Apr 3, 2024
1 parent 036a9f9 commit cf7a5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/dashboard/DashboardView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseLayout from '@/components/layout/BaseLayout.vue';
import { useAuthStore } from '@/store/authentication.store.ts';
import { storeToRefs } from 'pinia';
import StudentDashboardView from '@/views/dashboard/roles/StudentDashboardView.vue';
import { Student } from '@/types/users/Student';
import { type Student } from '@/types/users/Student';
/* Service injection */
const { user } = storeToRefs(useAuthStore());
Expand Down

0 comments on commit cf7a5d8

Please sign in to comment.