3 lines
145 B
TypeScript
3 lines
145 B
TypeScript
|
import { TUIChatKit } from '../../index.ts';
|
||
|
TUIChatKit?.init(); // Add optional chaining operator to fix sample main package integration errors
|