Initial commit
This commit is contained in:
7
docs/components/api-page.tsx
Normal file
7
docs/components/api-page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { openapi } from '@/lib/openapi';
|
||||
import { createAPIPage } from 'fumadocs-openapi/ui';
|
||||
import client from './api-page.client';
|
||||
|
||||
export const APIPage = createAPIPage(openapi, {
|
||||
client,
|
||||
});
|
||||
Reference in New Issue
Block a user