8 lines
149 B
Markdown
8 lines
149 B
Markdown
|
### End session
|
||
|
|
||
|
```js
|
||
|
<util.ConversationContext theme={util.theme}>
|
||
|
<ResetSessionNotification i18n={util.i18n} />
|
||
|
</util.ConversationContext>
|
||
|
```
|