4 lines
61 B
TypeScript
4 lines
61 B
TypeScript
import newChat from './new-chat';
|
|
|
|
export default [newChat];
|
import newChat from './new-chat';
|
|
|
|
export default [newChat];
|