8 lines
207 B
Markdown
8 lines
207 B
Markdown
|
```jsx
|
||
|
<util.ConversationContext theme={util.theme}>
|
||
|
<div style={{ position: 'relative', height: '500px', width: '600px; }}>
|
||
|
<ShortcutGuide i18n={util.i18n} />
|
||
|
</div>
|
||
|
</util.ConversationContext>
|
||
|
```
|