Files
voicebox/docs/components/api-page.tsx
2026-04-24 19:18:15 +08:00

8 lines
197 B
TypeScript

import { openapi } from '@/lib/openapi';
import { createAPIPage } from 'fumadocs-openapi/ui';
import client from './api-page.client';
export const APIPage = createAPIPage(openapi, {
client,
});