Skip to content

Commit

Permalink
removes save document modal
Browse files Browse the repository at this point in the history
  • Loading branch information
actlikewill committed Jul 31, 2024
1 parent bb47800 commit f1160f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 108 deletions.
106 changes: 0 additions & 106 deletions peachjam/js/components/SaveDocumentModal.vue

This file was deleted.

2 changes: 0 additions & 2 deletions peachjam/js/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import TermsOfUse from './terms-of-use';
import DocumentProblemModal from './DocumentProblemModal.vue';
import FindDocuments from './FindDocuments/index.vue';
import PocketLawDownload from './PocketLawDownload.vue';
import SaveDocumentModal from './SaveDocumentModal.vue';

const components: Record<string, any> = {
// Data components
Expand All @@ -26,7 +25,6 @@ const components: Record<string, any> = {
TermsOfUse,

// Vue components
SaveDocumentModal,
DocumentProblemModal,
FindDocuments,
PocketLawDownload
Expand Down

0 comments on commit f1160f2

Please sign in to comment.