Skip to content

Commit

Permalink
fix: resolved testing error in user dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
kinxlo committed Jul 24, 2024
1 parent d7e6d95 commit 3ee1cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { AnimatePresence, motion } from "framer-motion";
import { Loader2, X } from "lucide-react";
import { useEffect, useState } from "react";

import { Button } from "~/components/common/button";
import BlurImage from "~/components/miscellaneous/blur-image";
import { Button } from "~/components/ui/button";
import { toast } from "~/components/ui/use-toast";
import { useProductModal } from "~/hooks/admin-product/use-product.modal";
import { useProducts } from "~/hooks/admin-product/use-products.persistence";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { AnimatePresence, motion } from "framer-motion";
import { Loader2, X } from "lucide-react";
import { useTransition } from "react";

import { Button } from "~/components/common/button";
import BlurImage from "~/components/miscellaneous/blur-image";
import { Button } from "~/components/ui/button";
import { toast } from "~/components/ui/use-toast";
import { useProductModal } from "~/hooks/admin-product/use-product.modal";
import { useProducts } from "~/hooks/admin-product/use-products.persistence";
Expand Down

0 comments on commit 3ee1cc4

Please sign in to comment.