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