import { Box } from "@mantine/core" import SwaggerUI from "swagger-ui-react" import "swagger-ui-react/swagger-ui.css" function ApiDocumentationPage() { return ( // force white background because swagger is unreadable with dark theme ) } export default ApiDocumentationPage