diff --git a/src/app/prices/page.tsx b/src/app/prices/page.tsx index 713cbfd..2e85bf2 100644 --- a/src/app/prices/page.tsx +++ b/src/app/prices/page.tsx @@ -10,7 +10,7 @@ import { Flex, HStack, Input, - Spinner, + Skeleton, Text, } from "@chakra-ui/react"; import { useQuery } from "@tanstack/react-query"; @@ -115,9 +115,23 @@ export default function PricesPage() { {isLoading ? ( - - - + + + + + + + + + ) : isError ? ( ); -} +} \ No newline at end of file