// Re-export format functions that accept config as parameters
// Server components should call getCountryConfig() and pass values to these
export {
  formatCurrency,
  formatCurrencyDecimal,
} from "./format"
