Skip to content

Commit

Permalink
fix: wrong skeleton imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hussedev committed Dec 1, 2024
1 parent 32194be commit 57eb20a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { UseQueryResult } from "@tanstack/react-query";
import { match, P } from "ts-pattern";

import { Avatar, BannerImage } from "@/primitives";
import { Avatar, BannerImage, Skeleton } from "@/primitives";
import { Card, CardContent } from "@/ui-shadcn/card";

import { ProjectData } from "../../types";
Expand Down

0 comments on commit 57eb20a

Please sign in to comment.