mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
10 lines
211 B
TypeScript
10 lines
211 B
TypeScript
import { assetApi } from 'e2e/client/asset-api';
|
|
import { authApi } from 'e2e/client/auth-api';
|
|
import { libraryApi } from 'e2e/client/library-api';
|
|
|
|
export const api = {
|
|
authApi,
|
|
assetApi,
|
|
libraryApi,
|
|
};
|