mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-11 22:51:05 +00:00
merged
This commit is contained in:
parent
3499881371
commit
b04ca55ae7
1 changed files with 0 additions and 4 deletions
|
|
@ -1,12 +1,8 @@
|
|||
import { getChatHistory } from "@repo/web/app/actions/fetchers";
|
||||
import { ArrowLongRightIcon } from "@heroicons/react/24/outline";
|
||||
import { Skeleton } from "@repo/ui/shadcn/skeleton";
|
||||
import Link from "next/link";
|
||||
import { memo, useEffect, useState } from "react";
|
||||
import { motion } from "framer-motion";
|
||||
import { chatThreads } from "@/server/db/schema";
|
||||
import { getQuerySuggestions } from "@/app/actions/doers";
|
||||
import { Button } from "@repo/ui/shadcn/button";
|
||||
|
||||
const History = memo(({ setQuery }: { setQuery: (q: string) => void }) => {
|
||||
const [suggestions, setSuggestions] = useState<string[] | null>(null);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue