export {
  CUSTOMER_SETTINGS_SECTIONS as SETTINGS_SECTIONS,
  DEFAULT_CUSTOMER_SETTINGS_SECTION as DEFAULT_SETTINGS_SECTION,
  getCustomerSettingsSection as getSettingsSection,
  isCustomerSettingsSectionId as isSettingsSectionId,
  type CustomerSettingsSection as SettingsSection,
  type CustomerSettingsSectionId as SettingsSectionId,
} from "@/navigation/settings/customer-settings-nav";
