refactor: reorganize chat view components and types

This commit is contained in:
Haileyesus
2026-02-11 18:43:40 +03:00
parent 7f45540dbe
commit 189b1533b2
18 changed files with 38 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
import type { ClaudeSettings } from '../types';
import type { ClaudeSettings } from '../types/types';
export const CLAUDE_SETTINGS_KEY = 'claude-settings';