sel-chat-coach / src /components /SwaggerUIWrapper.tsx
james-d-taboola's picture
feat: Change coach ad prompt threshold from 15 to 6 messages and hide UI elements
651c1af
'use client';
import dynamic from 'next/dynamic';
import 'swagger-ui-react/swagger-ui.css';
const SwaggerUI = dynamic(() => import('swagger-ui-react'), { ssr: false });
export default SwaggerUI;