Skip to content

Commit

Permalink
fixup! feat: implement resources and rooms overview
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Jun 24, 2024
1 parent 513b130 commit 1efa608
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Editor/FreeBusy/RoomAvailabilityModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</NcModal>
</template>
<script>
import { NcButton, NcDateTimePickerNative, NcModal, NcPopover, NcUserBubble } from '@nextcloud/vue'
import { NcButton, NcDateTimePickerNative, NcModal, NcPopover } from '@nextcloud/vue'
import { getFullCalendarLocale } from '../../../fullcalendar/localization/localeProvider.js'
import FullCalendar from '@fullcalendar/vue'
import { getDateFormattingConfig } from '../../../fullcalendar/localization/dateFormattingConfig.js'
Expand All @@ -80,7 +80,6 @@ import { mapAttendeePropertyToAttendeeObject } from '../../../models/attendee.js
export default {
name: 'RoomAvailabilityModal',
components: {
NcUserBubble,
ChevronRightIcon,
ChevronLeftIcon,
HelpCircleIcon,
Expand Down

0 comments on commit 1efa608

Please sign in to comment.