feat(start of server): added the start of server data

This commit is contained in:
2025-10-30 14:21:00 -05:00
parent d3e8e94110
commit d60c08a281
6 changed files with 332 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
import { useQuery } from "@tanstack/react-query";
import { ScrollArea } from "@/components/ui/scroll-area";
import { Skeleton } from "@/components/ui/skeleton";
import {
@@ -66,6 +65,7 @@ let lotColumns = [
];
export default function Lots() {
const { data, isError, isLoading } = useQuery(getlots());
const { session } = useAuth();
const { settings } = useSettingStore();