mirror of
https://github.com/dathere/ckanaction.git
synced 2026-07-05 17:12:19 +00:00
4 lines
122 B
TypeScript
4 lines
122 B
TypeScript
"use client";
|
|
import { createOpenAPIPage } from "fumadocs-openapi/ui";
|
|
|
|
export const OpenAPIPage = createOpenAPIPage({});
|