import { Box } from "@mantine/core" import { RedocStandalone } from "redoc" function ApiDocumentationPage() { return ( // force white background because documentation does not support dark theme ) } export default ApiDocumentationPage