Skip to content

Commit

Permalink
Remove commented out type imports used to fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Jul 5, 2024
1 parent b93be56 commit 1fee2a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions frontend/components/card/search-result/CardSearchResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,6 @@ import type { Organization } from "~/types/entities/organization";
import type { Event } from "~/types/events/event";
import { IconMap } from "~/types/icon-map";
// import type { User } from "~/types/auth/user";
// import type { Resource } from "~/types/content/resource";
// import type { Group } from "~/types/entities/group";
// import type { Organization } from "~/types/entities/organization";
// import type { Event } from "~/types/events/event";
const props = defineProps<{
organization?: Organization;
group?: Group;
Expand Down
6 changes: 0 additions & 6 deletions frontend/components/modal/qr-code/ModalQRCode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,6 @@ import type { Organization } from "~/types/entities/organization";
import type { Event } from "~/types/events/event";
import { IconMap } from "~/types/icon-map";
// import type { User } from "~/types/auth/user";
// import type { Resource } from "~/types/content/resource";
// import type { Group } from "~/types/entities/group";
// import type { Organization } from "~/types/entities/organization";
// import type { Event } from "~/types/events/event";
const props = defineProps<{
organization?: Organization;
group?: Group;
Expand Down

0 comments on commit 1fee2a4

Please sign in to comment.