mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-19 08:49:26 +00:00
7 lines
208 B
TypeScript
7 lines
208 B
TypeScript
import { createAPIPage } from "fumadocs-openapi/ui";
|
|
import client from "@/components/api-page.client";
|
|
import { openapi } from "@/lib/openapi";
|
|
|
|
export const APIPage = createAPIPage(openapi, {
|
|
client,
|
|
});
|