From 37fade7048aade21cf27a158772e3a221d8b6ba3 Mon Sep 17 00:00:00 2001 From: Shakker Nerd <165377636+shakkernerd@users.noreply.github.com> Date: Thu, 26 Dec 2024 23:39:06 +0000 Subject: [PATCH] chore: re-order components imports --- client/src/Chat.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/Chat.tsx b/client/src/Chat.tsx index f077935167..3e82ae4bd8 100644 --- a/client/src/Chat.tsx +++ b/client/src/Chat.tsx @@ -1,8 +1,8 @@ -import { Button } from "@/components/ui/button"; -import { Input } from "@/components/ui/input"; import { useMutation } from "@tanstack/react-query"; import { useState } from "react"; import { useParams } from "react-router-dom"; +import { Button } from "@/components/ui/button"; +import { Input } from "@/components/ui/input"; import "./App.css"; type TextResponse = {