refactor: refine folder structure and rename

This commit is contained in:
Henry Li
2026-01-16 09:13:02 +08:00
parent 7680a5adba
commit fe7504daed
13 changed files with 65 additions and 37 deletions

View File

@@ -21,7 +21,7 @@ import {
SidebarMenuItem,
} from "@/components/ui/sidebar";
import { useDeleteThread, useThreads } from "@/core/api";
import { pathOfThread, titleOfThread } from "@/core/thread/utils";
import { pathOfThread, titleOfThread } from "@/core/threads/utils";
export function RecentChatList() {
const router = useRouter();