fix: convert from use-query-params to nuqs

This commit is contained in:
bracesproul
2025-03-17 13:14:47 -07:00
parent 706cc7cc1a
commit c8bfb1cdc8
9 changed files with 4121 additions and 2024 deletions

View File

@@ -21,7 +21,7 @@ import {
PanelRightClose,
SquarePen,
} from "lucide-react";
import { useQueryState, parseAsBoolean } from 'nuqs'
import { useQueryState, parseAsBoolean } from "nuqs";
import { StickToBottom, useStickToBottomContext } from "use-stick-to-bottom";
import ThreadHistory from "./history";
import { toast } from "sonner";