1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-10 09:02:50 +00:00
Files
classic-wow-forums/client/app/model/index.ts

5 lines
103 B
TypeScript

export * from './category';
export * from './reply';
export * from './thread';
export * from './user';