1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-10 17:12:48 +00:00
Files
classic-wow-forums/client/app/pages/index.ts

10 lines
273 B
TypeScript

export * from './forum/forum';
export * from './login/login';
export * from './home/home';
export * from './not-found/not-found';
export * from './oauth/oauth';
export * from './realms/realms';
export * from './thread/thread';
export * from './user-account/user-account';