Skip to content

Commit

Permalink
Removed vue markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Severino committed Oct 25, 2023
1 parent abd310f commit 7a35893
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,24 +214,6 @@ app.directive('infinite-scroll', {
});

// Components
app.component('attribute-list', AttributeList);
app.component('entity-type-list', EntityTypeList);
app.component('entity-tree', EntityTree);
app.component('entity-breadcrumbs', EntityBreadcrumbs);
app.component('user-avatar', UserAvatar);
app.component('activity-log', ActivityLog);
app.component('comment-list', CommentList);
app.component('emoji-picker', EmojiPicker);
app.component('global-search', GlobalSearch);
app.component('simple-search', SimpleSearch);
app.component('sp-map', InteractiveMap);
app.component('alert', Alert);
app.component('notification-body', NotificationBody);
app.component('csv-table', CsvTable);
app.component('color-gradient', Gradient);
app.component('md-viewer', MarkdownViewer);
app.component('md-editor', MarkdownEditor);
app.component("bibtex-code", BibtexCode);
app.component('AttributeList', AttributeList);
app.component('EntityTypeList', EntityTypeList);
app.component('EntityTree', EntityTree);
Expand All @@ -247,7 +229,6 @@ app.component('Alert', Alert);
app.component('NotificationBody', NotificationBody);
app.component('CsvTable', CsvTable);
app.component('ColorGradient', Gradient);
app.component('VueMarkdown', VueMarkdown);
app.component('MdViewer', MarkdownViewer);
app.component('MdEditor', MarkdownEditor);
app.component('BibtexCode', BibtexCode);
Expand Down

0 comments on commit 7a35893

Please sign in to comment.