import React from 'react'; import { AIAssistantPage } from './AIAssistant'; export function AIAssistantStandalonePage() { return (
); }