Closed EmaSuriano closed 2 years ago
Currently the only way to import Mode is specifying:
import { Mode } from '@revolut/checkout/types/types'
With this change, the import will look like:
import {Mode} from '@revolut/checkout'
@exah @ohansemmanuel can we move forward and merge this pr?
Currently the only way to import Mode is specifying:
import { Mode } from '@revolut/checkout/types/types'
With this change, the import will look like:
import {Mode} from '@revolut/checkout'