Remove unused import and add new component
This commit is contained in:
parent
ec14be3e00
commit
41a7587fd3
1 changed files with 3 additions and 2 deletions
|
|
@ -3,8 +3,6 @@ import { useNavigate } from "react-router-dom";
|
|||
//@ts-ignore
|
||||
import { ReactComponent as TransferFiles } from "../../../../assets/undraw_transfer_files_re_a2a9.svg";
|
||||
//@ts-ignore
|
||||
import { ReactComponent as BasicPrompt } from "../../../../assets/undraw_design_components_9vy6.svg";
|
||||
//@ts-ignore
|
||||
import { ReactComponent as ChatWithHistory } from "../../../../assets/undraw_mobile_messages_re_yx8w.svg";
|
||||
//@ts-ignore
|
||||
import { ReactComponent as Assistant } from "../../../../assets/undraw_team_collaboration_re_ow29.svg";
|
||||
|
|
@ -16,6 +14,9 @@ import {ReactComponent as PromptChaining} from "../../../../assets/undraw_cloud_
|
|||
import {ReactComponent as ChatBot} from "../../../../assets/undraw_chat_bot_re_e2gj.svg"
|
||||
//@ts-ignore
|
||||
import {ReactComponent as BlogPost} from "../../../../assets/undraw_blog_post_re_fy5x.svg"
|
||||
//@ts-ignore
|
||||
import {ReactComponent as BasicPrompt} from "../../../../assets/undraw_short_bio_re_fmx0.svg"
|
||||
|
||||
|
||||
import {
|
||||
Card,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue