Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds committed Jul 17, 2024
1 parent 5d068ac commit 53e00e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/StickyContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import {
import { useStore } from '@/store/store'
import { ButtonsStacked } from '@/components/common'
import { FeeSummary } from '@/composables/fees'
import { ApiTransferTypes, UIRegistrationTypes, UITransferTypes } from '@/enums'
import { UIRegistrationTypes, UITransferTypes } from '@/enums'
import { FeeSummaryTypes } from '@/composables/fees/enums'
import {
AdditionalSearchFeeIF,
Expand Down

0 comments on commit 53e00e5

Please sign in to comment.