Files
plunk/apps/wiki/components/api-page.tsx
T

8 lines
193 B
TypeScript

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