finish moving chat -> chat-playground / ui and updating the prompts

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-07-30 21:09:48 -04:00
parent 19d2555424
commit 94414910f1
14 changed files with 20 additions and 20 deletions

View file

@ -1,14 +1,14 @@
"use client";
import { signIn, signOut, useSession } from "next-auth/react";
import { Button } from "@/components/chat/button";
import { Button } from "@/components/ui/button";
import {
Card,
CardContent,
CardDescription,
CardHeader,
CardTitle,
} from "@/components/chat/card";
} from "@/components/ui/card";
import { Copy, Check, Home, Github } from "lucide-react";
import { useState } from "react";
import { useRouter } from "next/navigation";