Skip to content

Commit

Permalink
fixup! Use LD2H for both itineraries and schema
Browse files Browse the repository at this point in the history
  • Loading branch information
gfaudriga committed Apr 8, 2024
1 parent bd7f7c9 commit 09e74f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ import { NcButton } from '@nextcloud/vue'

import { html, plain } from '../util/text.js'
import { isPgpgMessage } from '../crypto/pgp.js'
import Itinerary from './Itinerary.vue'
import Schema from './Schema.vue'
import MessageAttachments from './MessageAttachments.vue'
import MessageEncryptedBody from './MessageEncryptedBody.vue'
Expand All @@ -99,7 +98,6 @@ import ReplyIcon from 'vue-material-design-icons/Reply.vue'
export default {
name: 'Message',
components: {
Itinerary,
Schema,
MessageAttachments,
MessageEncryptedBody,
Expand Down

0 comments on commit 09e74f8

Please sign in to comment.