We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d74552 commit f576e3cCopy full SHA for f576e3c
packages/ui/src/components/molecules/skeleton/posts.tsx
@@ -1,7 +1,7 @@
1
import * as React from "react"
2
3
-import { Skeleton } from "@/components/ui/skeleton"
4
-import { cn } from "@/lib/utils"
+import { cn } from "../../../lib/utils"
+import { Skeleton } from "../../ui/skeleton"
5
6
interface PostSkeletonProps extends React.HTMLAttributes<HTMLDivElement> {
7
total?: number
packages/ui/src/components/ui/use-toast.ts
@@ -3,7 +3,7 @@
// Inspired by react-hot-toast library
-import type { ToastActionElement, ToastProps } from "@/components/ui/toast"
+import type { ToastActionElement, ToastProps } from "./toast"
8
const TOAST_LIMIT = 1
9
const TOAST_REMOVE_DELAY = 1000000
0 commit comments