mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-04-30 09:21:33 +00:00
refactor: update import path for getProjectsWithSessions to include file extension
This commit is contained in:
@@ -27,7 +27,7 @@ import { promises as fsPromises } from 'fs';
|
||||
import { spawn } from 'child_process';
|
||||
import pty from 'node-pty';
|
||||
import mime from 'mime-types';
|
||||
import { getProjectsWithSessions } from '@/modules/projects';
|
||||
import { getProjectsWithSessions } from '@/modules/projects/index.js';
|
||||
|
||||
import {
|
||||
getSessionsById,
|
||||
|
||||
Reference in New Issue
Block a user