yyb
2026-05-19 9d89dedf542a7b9f8e2549c44723771133f79ef2
1
2
3
4
5
6
import { getOaPageConfig } from "./oaPageRegistry.js";
 
export function useOaPage(pageKey) {
  const config = getOaPageConfig(pageKey);
  return { pageKey, config };
}