UNPKG

@orchestrator-ui/orchestrator-ui-components

Version:

Library of UI Components used to display the workflow orchestrator frontend

12 lines (10 loc) 253 B
/* global module, require */ const React = require('react'); module.exports = { CopilotSidebar: ({ children }) => React.createElement( 'div', { 'data-testid': 'copilot-sidebar' }, children, ), };