Files
HRM-System/resources/js/components/chatgpt/index.ts
2026-04-13 08:16:56 +08:00

3 lines
142 B
TypeScript
Executable File

export { ChatGptModal } from './ChatGptModal';
export { ChatGptButton } from './ChatGptButton';
export { ChatGptField } from './ChatGptField';