Skip to content

Commit

Permalink
chore: re-order components imports
Browse files Browse the repository at this point in the history
  • Loading branch information
shakkernerd authored Dec 26, 2024
1 parent 7b69f6f commit 37fade7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/Chat.tsx
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit 37fade7

Please sign in to comment.