Skip to content

Commit

Permalink
Remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanieJaeger committed Jan 29, 2025
1 parent 6c213aa commit 1b9e9db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ModuleSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ import {
} from '@headlessui/vue';
import { getColorClassForCategoryId } from '../helpers/color-helper';
import { ValidationHelper } from '../helpers/validation-helper';
import { SemesterInfo } from '../helpers/semester-info';
export type GroupedModule = {id: string, name: string, modules: Module[], isOpen: boolean, colorClass: object };
Expand Down

0 comments on commit 1b9e9db

Please sign in to comment.