Skip to content

Commit a43c184

Browse files
committed
fix: sort recent project imports
1 parent 7870044 commit a43c184

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/features/recent-projects/main/adapters/output/sources/CodexRecentProjectsSourceAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { normalizeIdentityPath } from '@features/recent-projects/main/infrastructure/identity/normalizeIdentityPath';
21
import { resolveProjectFilesystemState } from '@features/recent-projects/main/infrastructure/filesystem/resolveProjectFilesystemState';
2+
import { normalizeIdentityPath } from '@features/recent-projects/main/infrastructure/identity/normalizeIdentityPath';
33
import { isEphemeralProjectPath } from '@shared/utils/ephemeralProjectPath';
44
import path from 'path';
55

src/features/recent-projects/main/adapters/output/sources/CodexSessionFileRecentProjectsSourceAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import fs from 'node:fs/promises';
22
import os from 'node:os';
33
import path from 'node:path';
44

5-
import { normalizeIdentityPath } from '@features/recent-projects/main/infrastructure/identity/normalizeIdentityPath';
65
import { resolveProjectFilesystemState } from '@features/recent-projects/main/infrastructure/filesystem/resolveProjectFilesystemState';
6+
import { normalizeIdentityPath } from '@features/recent-projects/main/infrastructure/identity/normalizeIdentityPath';
77
import { isEphemeralProjectPath } from '@shared/utils/ephemeralProjectPath';
88

99
import type { LoggerPort } from '@features/recent-projects/core/application/ports/LoggerPort';

0 commit comments

Comments
 (0)