← back to Open Seo

src/client/features/keywords/locations.ts

12 lines

// Location data lives in shared/ so the server can route keyword research by
// provider (Labs vs Google Ads). This shim keeps existing client imports.
export {
  DEFAULT_LOCATION_CODE,
  LABS_LOCATION_OPTIONS,
  LOCATIONS,
  getLanguageCode,
  getLanguageOptions,
  isLabsLocationCode,
  isSupportedLocationCode,
} from "@/shared/keyword-locations";