|
Lines 1-7
Link Here
|
| 1 |
import ERMAPIClient from "./erm-api-client"; |
1 |
import ERMAPIClient from "./erm-api-client"; |
| 2 |
import PatronAPIClient from "./patron-api-client"; |
2 |
import PatronAPIClient from "./patron-api-client"; |
| 3 |
import AcquisitionAPIClient from "./acquisition-api-client"; |
3 |
import AcquisitionAPIClient from "./acquisition-api-client"; |
| 4 |
import AVAPIClient from "./authorised-values"; |
4 |
import AVAPIClient from "./authorised-values-api-client"; |
| 5 |
import SysprefAPIClient from "./system-preferences-api-client"; |
5 |
import SysprefAPIClient from "./system-preferences-api-client"; |
| 6 |
|
6 |
|
| 7 |
export const APIClient = { |
7 |
export const APIClient = { |