1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-12 01:52:49 +00:00
Files
classic-wow-forums/client/app/stores/stores.ts

6 lines
79 B
TypeScript

import userStore from './user-store';
export const stores = {
userStore,
};