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