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