File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,8 @@ const HomeInput: React.FC<HomeInputProps> = ({
100100
101101 < ChatInput
102102 value = { input }
103- placeholder = "Describe what you'd like to do or use / to reference files, people, and more" onChange = { setInput } >
103+ placeholder = "Describe what you'd like to do or use / to reference files, people, and more" onChange = { setInput }
104+ >
104105 < Button
105106 appearance = "subtle"
106107 className = "home-input-send-button"
Original file line number Diff line number Diff line change @@ -18,13 +18,6 @@ import '../styles/PlanPage.css';
1818import CoralShellColumn from '../coral/components/Layout/CoralShellColumn' ;
1919import CoralShellRow from '../coral/components/Layout/CoralShellRow' ;
2020import Content from '../coral/components/Content/Content' ;
21- import PanelLeft from '../coral/components/Panels/PanelLeft' ;
22- import PanelLeftToolbar from '../coral/components/Panels/PanelLeftToolbar' ;
23- import TaskList from '../components/content/TaskList' ;
24- import { Task } from '../models/taskList' ;
25- import { TaskService } from '../services/TaskService' ;
26- import { apiService } from '../api/apiService' ;
27- import { PlanWithSteps } from '../models' ;
2821import HomeInput from '@/components/content/HomeInput' ;
2922import { NewTaskService } from '../services/NewTaskService' ;
3023import PlanPanelLeft from '@/components/content/PlanPanelLeft' ;
You can’t perform that action at this time.
0 commit comments