styles-update

This commit is contained in:
Rogelio
2025-10-23 19:55:47 +00:00
parent 07bac39d31
commit 4a5d3d0621
19 changed files with 107 additions and 12 deletions

3
dist/ChatInterface/ChatInterface.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
import React from 'react';
export declare const ChatInterface: React.FC;
export default ChatInterface;