mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
chore(web): sort imports (#27922)
* feat: sort imports * fix: something?
This commit is contained in:
parent
bb0872afef
commit
a16d233a0c
178 changed files with 2802 additions and 2821 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import type { TimelineAsset } from '$lib/managers/timeline-manager/types';
|
||||
import { fromISODateTimeUTCToObject, fromTimelinePlainDateTime } from '$lib/utils/timeline-util';
|
||||
import { faker } from '@faker-js/faker';
|
||||
import { AssetTypeEnum, AssetVisibility, type AssetResponseDto, type TimeBucketAssetResponseDto } from '@immich/sdk';
|
||||
import { Sync } from 'factory.ts';
|
||||
import type { TimelineAsset } from '$lib/managers/timeline-manager/types';
|
||||
import { fromISODateTimeUTCToObject, fromTimelinePlainDateTime } from '$lib/utils/timeline-util';
|
||||
|
||||
export const assetFactory = Sync.makeFactory<AssetResponseDto>({
|
||||
id: Sync.each(() => faker.string.uuid()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue