ChatGPT-Next-Web/app/store/index.ts

6 lines
128 B
TypeScript

export * from './access';
export * from './chat';
export * from './config';
export * from './plugin';
export * from './update';