Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutV committed Apr 9, 2024
1 parent 7b6060e commit 3438148
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/courses/CourseGeneralCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const { user } = storeToRefs(useAuthStore());
/* State */
const images = Object.keys(
import.meta.glob('@/assets/img/faculties/*', {
eager: true,
eager: true, query: 'url'
}),
);
Expand Down
62 changes: 0 additions & 62 deletions frontend/src/components/courses/CourseGeneralCard.vue~

This file was deleted.

0 comments on commit 3438148

Please sign in to comment.