This also includes rework of the currency model for the Store module. This change is breaking as existing stores won't have any supported currencies set, so users would need to go to the store settings again and choose the supported currencies there.
3 lines
97 B
TypeScript
3 lines
97 B
TypeScript
export { default as Store } from "./store"
|
|
export { default as StoreCurrency } from "./currency"
|