Skip to content

Commit

Permalink
Alphabetized exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespaologarcia committed Nov 27, 2023
1 parent 773b30a commit d9d9e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialogs/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { default as AffiliationErrorDialog } from './affiliation-error.vue'
export { default as AmalgamateNowErrorDialog } from './amalgamate-now-error.vue'
export { default as CancelDialog } from './cancel.vue'
export { default as ConditionsDialog } from './conditions.vue'
export { default as ConfirmNrDialog } from './confirm-name-request.vue'
Expand All @@ -7,7 +8,6 @@ export { default as ExitDialog } from './exit.vue'
export { default as ExitIncompletePaymentDialog } from './exit-incomplete-payment.vue'
export { default as HelpMeChooseDialog } from './help-me-choose.vue'
export { default as IncorporateNowErrorDialog } from './incorporate-now-error.vue'
export { default as AmalgamateNowErrorDialog } from './amalgamate-now-error.vue'
export { default as MrasSearchInfoDialog } from './mras-search-info.vue'
export { default as NrNotRequiredDialog } from './nr-not-required.vue'
export { default as PaymentCompleteDialog } from './payment-complete.vue'
Expand Down

0 comments on commit d9d9e05

Please sign in to comment.