6 lines
179 B
TypeScript
6 lines
179 B
TypeScript
|
|
export { authApi } from './auth'
|
||
|
|
export { marathonsApi } from './marathons'
|
||
|
|
export { gamesApi } from './games'
|
||
|
|
export { wheelApi } from './wheel'
|
||
|
|
export { feedApi } from './feed'
|