gaoluyang
2026-06-04 f0f22709fb7f9945e5bc246181e21fd0c282e694
1
2
3
4
5
6
import { getOaPageConfig } from "./oaPageRegistry.js";
 
export function useOaPage(pageKey) {
  const config = getOaPageConfig(pageKey);
  return { pageKey, config };
}