Skip to content

Commit

Permalink
Remove reports and listing vue components.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Nov 8, 2023
1 parent 9e7f5b2 commit 557acd6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 247 deletions.
57 changes: 0 additions & 57 deletions resources/js/components/reporting/Listing.vue

This file was deleted.

188 changes: 0 additions & 188 deletions resources/js/components/reporting/Reports.vue

This file was deleted.

4 changes: 2 additions & 2 deletions resources/js/cp.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import SeoProFieldtype from './components/fieldtypes/SeoProFieldtype.vue';
import SourceFieldtype from './components/fieldtypes/SourceFieldtype.vue';
import Reports from './components/reporting/Reports.vue';
import StatusIcon from './components/reporting/StatusIcon.vue';

Statamic.$components.register('seo_pro-fieldtype', SeoProFieldtype);
Statamic.$components.register('seo_pro_source-fieldtype', SourceFieldtype);
Statamic.$components.register('seo-reports', Reports);
Statamic.$components.register('seo-status-icon', StatusIcon);

0 comments on commit 557acd6

Please sign in to comment.