8 lines
193 B
TypeScript
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,
|
|
});
|