mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor: domain repositories (#4403)
This commit is contained in:
parent
b56f22aac3
commit
2ea080cacd
93 changed files with 313 additions and 227 deletions
|
|
@ -4,8 +4,6 @@ export * from './api-key';
|
|||
export * from './asset';
|
||||
export * from './audit';
|
||||
export * from './auth';
|
||||
export * from './communication';
|
||||
export * from './crypto';
|
||||
export * from './domain.config';
|
||||
export * from './domain.constant';
|
||||
export * from './domain.module';
|
||||
|
|
@ -16,6 +14,7 @@ export * from './media';
|
|||
export * from './metadata';
|
||||
export * from './partner';
|
||||
export * from './person';
|
||||
export * from './repositories';
|
||||
export * from './search';
|
||||
export * from './server-info';
|
||||
export * from './shared-link';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue