Skip to content

Commit

Permalink
backend addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Grottenolm2702 authored Dec 11, 2023
1 parent 87322e3 commit cfd720d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ declare module 'vue' {
BRow: typeof import('bootstrap-vue-next')['BRow']
BSkeleton: typeof import('bootstrap-vue-next')['BSkeleton']
BSkeletonWrapper: typeof import('bootstrap-vue-next')['BSkeletonWrapper']
ClubItem: typeof import('./src/components/club/ClubItem.vue')['default']
ClubList: typeof import('./src/components/club/ClubList.vue')['default']
ContentItem: typeof import('./src/components/ContentItem.vue')['default']
EventItem: typeof import('./src/components/events/EventItem.vue')['default']
EventList: typeof import('./src/components/events/EventList.vue')['default']
Expand Down

0 comments on commit cfd720d

Please sign in to comment.