optimize imports

This commit is contained in:
Joe Danziger
2025-05-22 15:18:08 -04:00
parent 72faba846d
commit 11f2bc4c20
2 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
// Profile exports for centralized importing
export * as clineProfile from './cline.js';
export * as cursorProfile from './cursor.js';
export * as rooProfile from './roo.js';
export * as windsurfProfile from './windsurf.js';