Skip to content

Commit 5b94578

Browse files
committed
clean up home
1 parent 7bd72ae commit 5b94578

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/frontend_react/src/components/content/HomeInput.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

src/frontend_react/src/pages/HomePage.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ import '../styles/PlanPage.css';
1818
import CoralShellColumn from '../coral/components/Layout/CoralShellColumn';
1919
import CoralShellRow from '../coral/components/Layout/CoralShellRow';
2020
import 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';
2821
import HomeInput from '@/components/content/HomeInput';
2922
import { NewTaskService } from '../services/NewTaskService';
3023
import PlanPanelLeft from '@/components/content/PlanPanelLeft';

0 commit comments

Comments
 (0)