mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 21:15:41 +00:00
Seatmap rendering and other updates
This commit is contained in:
@@ -250,6 +250,9 @@ export const promotionsApi = {
|
||||
delete: (id: string) => apiClient.delete(`/promos/${id}`),
|
||||
};
|
||||
|
||||
export { promosApi } from './promos';
|
||||
export { usersApi } from './users';
|
||||
|
||||
// Support API
|
||||
export const supportApi = {
|
||||
getConversations: async (params?: any) => {
|
||||
|
||||
Reference in New Issue
Block a user