@@ -3,22 +3,22 @@ import styled from "@emotion/styled";
33import { CommandSuggestions , COMMAND_SUGGESTION_KEYS } from "./CommandSuggestions" ;
44import type { Toast } from "./ChatInputToast" ;
55import { ChatInputToast , SolutionLabel } from "./ChatInputToast" ;
6- import type { ParsedCommand } from ".. /utils/slashCommands/types" ;
7- import { parseCommand } from ".. /utils/slashCommands/parser" ;
8- import type { SendMessageError as SendMessageErrorType } from ".. /types/errors" ;
9- import { usePersistedState } from ".. /hooks/usePersistedState" ;
6+ import type { ParsedCommand } from "@ /utils/slashCommands/types" ;
7+ import { parseCommand } from "@ /utils/slashCommands/parser" ;
8+ import type { SendMessageError as SendMessageErrorType } from "@ /types/errors" ;
9+ import { usePersistedState } from "@ /hooks/usePersistedState" ;
1010import { ThinkingSliderComponent } from "./ThinkingSlider" ;
11- import { useThinkingLevel } from ".. /hooks/useThinkingLevel" ;
12- import { useMode } from ".. /contexts/ModeContext" ;
13- import { modeToToolPolicy } from ".. /utils/ui/modeUtils" ;
11+ import { useThinkingLevel } from "@ /hooks/useThinkingLevel" ;
12+ import { useMode } from "@ /contexts/ModeContext" ;
13+ import { modeToToolPolicy } from "@ /utils/ui/modeUtils" ;
1414import { ToggleGroup } from "./ToggleGroup" ;
15- import type { UIMode } from ".. /types/mode" ;
15+ import type { UIMode } from "@ /types/mode" ;
1616import {
1717 getSlashCommandSuggestions ,
1818 type SlashSuggestion ,
19- } from ".. /utils/slashCommands/suggestions" ;
19+ } from "@ /utils/slashCommands/suggestions" ;
2020import { TooltipWrapper , Tooltip , HelpIndicator } from "./Tooltip" ;
21- import { matchesKeybind , formatKeybind , KEYBINDS } from ".. /utils/ui/keybinds" ;
21+ import { matchesKeybind , formatKeybind , KEYBINDS } from "@ /utils/ui/keybinds" ;
2222
2323const InputSection = styled . div `
2424 position: relative;
0 commit comments