export const KEYS = {
  LOCALE: "NEXT_LOCALE",
  SEARCH_QUERY: "q",
} as const;
