mirror of
https://github.com/immich-app/immich.git
synced 2026-02-01 16:43:50 -05: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,
|
|
};
|